31 Jan 2006 at 05:54 #1 NuKeM NuKeM Associate Joined 14 Mar 2004 Posts 687 Does anyone know any hex editors that could edit running programs? I've looked on google but the ones i found could only edit files.
Does anyone know any hex editors that could edit running programs? I've looked on google but the ones i found could only edit files.
1 Feb 2006 at 05:29 #3 BillytheImpaler BillytheImpaler Man of Honour Soldato Joined 2 Aug 2005 Posts 8,721 Location Cleveland, Ohio, USA I don't think it's possible to modify files while in use in Windows. You'd have to temporarily halt execution , edit, and then resume the program. I could be way off.
I don't think it's possible to modify files while in use in Windows. You'd have to temporarily halt execution , edit, and then resume the program. I could be way off.
1 Feb 2006 at 19:51 #4 NuKeM NuKeM Associate OP Joined 14 Mar 2004 Posts 687 I remembered using such software few years back when cheating my way through Diablo 2.
1 Feb 2006 at 20:15 #5 M0KUJ1N M0KUJ1N Permabanned Joined 17 Mar 2004 Posts 1,486 Location Edinburgh You would have to run the program through a debugger IIRC. Try: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/windbg_debugger.asp Must say though, I hope you know what you're doing!
You would have to run the program through a debugger IIRC. Try: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/windbg_debugger.asp Must say though, I hope you know what you're doing!