Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
yasukata committed Jun 28, 2023
1 parent 2e88428 commit 022a3b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@ We would appreciate it if you cite this paper when you refer to zpoline in your
### Comments in the source code

The source code contains comments that explain how actually the system is implemented; these comments are the most detailed documentation currently we have.

The starting point of the program (```main.c```) is ```__zpoline_init```, that is triggered by ```LD_PRELOAD```, and this executes the following functions:
- ```setup_trampoline``` instantiates the trampoline code.
- ```rewrite_code``` performs binary rewriting.
- ```load_hook_lib``` loads the core library function using ```dlmopen```.

0 comments on commit 022a3b8

Please sign in to comment.