diff --git a/README.md b/README.md index 8909f90..fb39e70 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Self-optimizing cross-platform code tracer based on dynamic recompilation, powered by Frida and Capstone. Works at the machine code level, no source -code needed. Tags threads based on which APIs they use, showing you in +code needed. Tags threads are based on which APIs they use, showing you in real-time what functions have been called, allowing you to study them by carefully injecting logging and other side-effecty code.