View Single Post
Old 12-25-11, 02:00 AM   #4
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Foxhound View Post
hello there h.side. i was wondering how you decoded the EnvSim.sct file in the first place? Did you use a compiler of any sort? how could it be opened in a meaningful way?
Olly Debug and hex editor would be my guess. Olly Debug lets you attach to a process thus you can 'view' the dll/exe in real-time. You can also set breakpoints, pause, change values, etc. Hands down the best free debugger
TheDarkWraith is offline   Reply With Quote