Skip to content

Commit

Permalink
Revert #38
Browse files Browse the repository at this point in the history
bcoles authored Jul 12, 2018
1 parent e0ec26c commit 47dba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimipenguin.sh
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ function dump_pid () {
if [[ $system == "kali" ]]; then
mem_maps=$(grep -E "^[0-9a-f-]* r" /proc/"$pid"/maps | grep -E 'heap|stack' | cut -d' ' -f 1)
else
mem_maps=$(grep -E "^[0-9a-f-]* r" /proc/"$pid"/maps | grep -E -v 'lib|usr|bin' | cut -d' ' -f 1)
mem_maps=$(grep -E "^[0-9a-f-]* r" /proc/"$pid"/maps | cut -d' ' -f 1)
fi
while read -r memrange; do
memrange_start=$(echo "$memrange" | cut -d"-" -f 1)

0 comments on commit 47dba4b

Please sign in to comment.