views:

13

answers:

0

Hi, I would like to wrap cf.net project (exe) to c++ project(exe) and communicate via internal calls (main exe to cf.net exe, communication to protection methods, written in c++). Idea is to make better protection against decompiling(+ protection).

Any idea how to do that? any sample code of wrapping executable?