Answer the question
In order to leave comments, you need to log in
How to change the compiled program, is it possible at all?
There is a small program compiled for Linux, the source codes were in C. You need to cut / change the condition of one check, or pull out a working version of a piece of the program itself. How and what to do it?
PS
We tried IDA PRO; RecStudio; boomerang;
RecStudio produced non-adaptable text, boomerang - cutting out a condition check and a piece of code.
Answer the question
In order to leave comments, you need to log in
As a result, we used - IDA PRO;Hexplorer;W32dsmv.
In IDA PRO/W32dsmv there was a line with a conditional check, in my case - jle; In the corner of IDA shows the address of the selected line in the file itself. Next - find the desired address in Hexplorere and replace two bytes with 90 and 90 (nop);
There is a small compiled
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question