Put instruction to retrieve anodin &buf addr
This commit is contained in:
parent
7079ea3bdb
commit
c3bc46cdac
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ gdb_anodin: build/anodin configure
|
|||
PHONY: gdb_exploit
|
||||
gdb_exploit: build/exploit build/anodin configure
|
||||
ifeq ($(A_ADDR),)
|
||||
$(error A_ADDR must be defined, launch setarch -R gdb ./build/anodin to retriece it)
|
||||
$(error A_ADDR must be defined, launch make gdb_anodin then run)
|
||||
endif
|
||||
echo '$(A_ADDR)' | ./$(BUILD_DIR)/exploit > hack.txt
|
||||
PYTHONPATH=${PWD}/pframe${PYTHONPATH:+:${PYTHONPATH}} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue