Search found 1 match

by calvax
Fri Apr 01, 2016 9:12 am
Forum: Problems
Topic: [newbie] Seems not to pack/encrypt ascii strings in exe file
Replies: 1
Views: 9476

[newbie] Seems not to pack/encrypt ascii strings in exe file

I made a very simple test program in xojo:
msgbox "THIS STRING SHOULD BE ENCRYPTED IN .EXE FILE"

and compiled to exe
and encrypted with enigma and packed dll in exe

after encryption, I open my encrypted .exe with an hex heditor and I can find ascii string "THIS STRING SHOULD BE ENCRYPTED IN .EXE ...