From 0c1b967dd65f769a0bf145bdf031e1943130161e Mon Sep 17 00:00:00 2001 From: Andrew Haberlandt Date: Fri, 21 Jun 2024 09:42:30 +0000 Subject: [PATCH] doc: readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 78b48d0..5dbdac3 100644 --- a/README.md +++ b/README.md @@ -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