Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danigargu committed Oct 15, 2018
1 parent 08feb81 commit 0d002ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Currently supports the glibc malloc implementation (ptmalloc2).

Just drop the `heap_viewer.py` file and the `heap_viewer` folder into IDA's plugin directory.

Because IDA not load libc-dbg symbols in the debug session, is necesary generate a config file before using the plugin. To make this, simply install the `libc6-dbg` package in the remote linux machine and execute the script `utils\get_config.py`. Then, paste the content in the `heap_viewer\config.json` file.
Because IDA not load libc-dbg symbols in the debug session, is necesary generate a config file before using the plugin. To make this, simply install the `libc6-dbg` package in the remote linux machine and execute the script `utils\get_config.py`. Then, paste the content in the `heap_viewer\files\config.json` file.


### get_config.py
Expand Down

0 comments on commit 0d002ea

Please sign in to comment.