File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ cd how2heap
90
90
91
91
# the next command will prepare the target binary so it runs with
92
92
# the expected libc version
93
- make
93
+ make base
94
94
./glibc_run.sh 2.30 ./malloc_playground -d -p
95
95
96
96
# now you can play with the binary with glibc-2.30
Original file line number Diff line number Diff line change @@ -104,8 +104,7 @@ function prep_in_docker () {
104
104
echo " building the how2heap_docker image!"
105
105
docker build -t how2heap_docker .
106
106
107
- docker run --rm -it -u $( id -u ${USER} ) :$( id -g ${USER} ) -v $HOW2HEAP_PATH :/root/how2heap how2heap_docker make clean > /dev/null
108
- docker run --rm -it -u $( id -u ${USER} ) :$( id -g ${USER} ) -v $HOW2HEAP_PATH :/root/how2heap how2heap_docker make > /dev/null
107
+ docker run --rm -it -u $( id -u ${USER} ) :$( id -g ${USER} ) -v $HOW2HEAP_PATH :/root/how2heap how2heap_docker make clean all > /dev/null
109
108
}
110
109
111
110
GLIBC_VERSION=$1
You can’t perform that action at this time.
0 commit comments