The options which helped me most
defining break points :
---------------------------------------
break address or main(function name)
assembler setting
-------------------------------
set disassembly-flavor intel
============================
r == run the program
=============================
to show strings in the stack => x/s (register name) eg: x/s $esp
define hook-stop
x/1i $eip // x/li one instruction
x/8wx $esp // x/8wx show instruction word
end
Reference:
Checkout:Liveoverflow Youtube channel for more Tutorial on these series
Comments
Post a Comment