Search found 2 matches

by svirac
Thu Jun 26, 2014 9:42 am
Forum: Technical questions
Topic: Cython DLLs and VMProtect
Replies: 3
Views: 7705

Re: Cython DLLs and VMProtect

Thanks for your reply. I did go trough the examples, to get to know how this all works. But, since my application is developed in python and I'd like, if possible, to avoid modifying the python code, I wondered what happens when I just pack/protect the already compiled DLL. Here's how it goes. I hav...
by svirac
Mon Jun 23, 2014 12:01 pm
Forum: Technical questions
Topic: Cython DLLs and VMProtect
Replies: 3
Views: 7705

Cython DLLs and VMProtect

Hello, I was wondering how and if would vmprotecting cython dlls work. Regular python files are translated to c and then compiled into regular PE DLLs. As far as I can see from the demo version of VMProtect, this does work as expected. There is one thing that I'm wondering though, and it would mean ...