Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
debugging notes
Browse files Browse the repository at this point in the history
  • Loading branch information
taviso committed Mar 9, 2020
1 parent 9a01a24 commit 231ee0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gdbinit
@@ -0,0 +1 @@
source loadlibrary/.gdbinit
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -88,11 +88,11 @@ the [loadlibrary documentation](https://github.com/taviso/loadlibrary).

If you want to use IDA, I would recommend using the `gdbserver` backend.

Simply use something like:
Simply use something like this, you might need to intall the gdbserver package first:

`$ gdbserver 0.0.0.0:23946 ./avscript`

This works surprisingly well.
This works surprisingly well, even pseudocode breakpoints work.

![IDA screenshot](doc/debugging.png)

Expand Down

0 comments on commit 231ee0e

Please sign in to comment.