PDA

View Full Version : Question.


Dark Alchemist
09-24-2005, 01:58 AM
I have a simple little application written with MSVC 7.1 but the original author is now long gone.

So, I need to reverse engineer the thing so I can make my own version to continue the project.

The above is not normally a problem but this console application refuses to work in any disassembler I have tried (softice on XP SP1a I could not get to work). I can load it then hit f9 and the program will close out so it is not a fact of tracing it simply refuses in a disassembler.

Does MSVC 7.1 managed code do this or is there a disassembly detector in here hidden? What should have been 15 mins has turned into a fruitless all nighter as I am stumped.

xcracx
09-24-2005, 05:15 AM
im sick of saying that

CHECK For IsdeubbugerPresent Dectection
it could be a bug on the programming as well

or serveice detection check for those

xcracx

Dark Alchemist
09-24-2005, 02:34 PM
xcrack I already did.

Here is a funny but I just created a simple 15 line console app and it is doing the same thing.

xcracx
09-25-2005, 06:21 AM
and try to debug another applaction if it crashs

check the services and the active programs

if only your program crash then it most be a bug on the code

xcracx