> > Can I use ReFox to somehow get the source code from the distributed EXE > (assuming he didn't use ReFox to encrypt it)?
Sure. You should be aware of three limitations, though: 1) Comments won't be recovered unless they are in a VCX/SCX file and the EXE has been created with debug info. 2) Constants in include files cannot be recovered at all. You get an empty include file and everything in the source is replaced. 3) Certain expressions are simplified. Where the original source code read x = 5+3 you get x = 8 when you decompile. With code that calculates positions or lengths this might be less readable. -- Christof --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cal4qjhiq0eftdfjsjwnhy10xxzfvvvpogh6tj76ywjrepq3...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

