Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henry5421 authored Mar 27, 2018
1 parent 362b357 commit 5539432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rewriter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Finish the steps in [patch](../patch/README.md) to see how to write your instrum

Instrument the binary with your instrumentation code.
```
./example/inject_only_code_segment.py -f /bin/ls -i instrument_code -o myls
./example/inject_instrumentation.py -f /bin/ls -i instrument_code -o myls
./myls
```
Note:
- Instrumentation code written in C has limited support that only local variable and constant variable definition is supported. Global variable support will be future work.

0 comments on commit 5539432

Please sign in to comment.