im trying to fuzz the old program "war ftpd ver 1.65" and im trying to watch it in olldbg, but how can i trace it "step by step" in olldbg ?
coz when im fuzzing ,i didnt see that something (in the registers) is changing.
Printable View
im trying to fuzz the old program "war ftpd ver 1.65" and im trying to watch it in olldbg, but how can i trace it "step by step" in olldbg ?
coz when im fuzzing ,i didnt see that something (in the registers) is changing.
Hello mystic-d,
Reverse a Commercial applications and dont pay for this are a very bad practice called software cracking.
I recommend you If you have problems with a commercial software, ask your software support for help.
I reply your question for the debugger
step by step debugging;
step into the subroutine button F7
step over the subroutine button F8
Cheers my friend,
AarzaK.
As far as I am aware Warftp is NOT a commercial product, it is freeware.
http://www.warftp.org/
mystic is using an old version with known vulnerabilities..............hence the fuzzing?
:)
As far as I am aware Warftp is NOT a commercial product, it is freeware.
oh ok, this is my fault, sorry.
i know the F7/F8 keys.. but this isnt my question,
i cant trace the program... im pressing the F7/F8 keys but nothing..