Skip to content

Commit

Permalink
doc: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Jun 21, 2024
1 parent b4ba3b7 commit 0c1b967
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,13 @@ Current features:
- Read and modify registers

## Limitations
- Currently untested on multithreaded programs, JITs, non-linux, etc.
- Currently broken on multithreaded programs, JITs, non-linux, etc.
- Currently X86_64 only (please contribute ARM64 support!)
- All of the limitations of Dynamorio apply. The program must be reasonably well behaved.
- Some state may be shared with the target process; while Dynamorio
attempts to isolate our libc from the target, OS structures (e.g. fds)
are shared.

#### Known issues:
- Parts of some packages cannot be imported (e.g. `from pwn import *`) (ndrewh/pyda#4)
- Currently cannot update RIP in hooks (cannot redirect execution) (ndrewh/pyda#3)

## Usage

### Install
Expand Down

0 comments on commit 0c1b967

Please sign in to comment.