ScriptScorpion / StackPusher

tool to get address of what you pushed, that you can type cast to see what located inside that address

Repository from Github https://github.comScriptScorpion/StackPusherRepository from Github https://github.comScriptScorpion/StackPusher

How compile:

  1. You can do g++ definition/implement.cpp <yourfile.cpp> -o exe
  2. or you can use make and change USER_FILES variable in Makefile to your filename

About

tool to get address of what you pushed, that you can type cast to see what located inside that address


Languages

Language:C++ 78.6%Language:Makefile 21.4%