Skip to content

Commit

Permalink
Merge pull request #45 from bcoles/patch-3
Browse files Browse the repository at this point in the history
Revert #38
  • Loading branch information
huntergregal authored Jul 12, 2018
2 parents e0ec26c + 47dba4b commit e2881e7
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
Expand Up @@ -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)
Expand Down

0 comments on commit e2881e7

Please sign in to comment.