I have an old x86 Assembler exe file that I wrote in college. I no longer have the source code, and I am wanting to modify it and port it into Win32 Exe. Another problem is that areas in the exe file itself are encrypted (after all it was a security exercise), so I will need to dump it from RAM once it is loaded.

Can anyone recommend programs that may help me in my endeavor????

Thanks