Skip to content

Commit c6a8152

Browse files
authored
Update README.md
1 parent 280b11c commit c6a8152

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

macOS/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ behavior is controlled by the `-page_extend_modules` flag which is set to
3030

3131
## Running against arm64e binaries
3232

33-
See [here](https://github.com/googleprojectzero/TinyInst/blob/master/macOS/README.md)
33+
See [here](https://github.com/googleprojectzero/TinyInst/blob/master/macOS/arm64e.md)
3434

3535
## TinyInst and Guard Malloc
3636

@@ -51,3 +51,4 @@ An issue was observed with some targets, where the combination of TinyInst and G
5151
The first part ensures that the instrumented module will be loaded before libgmalloc (the order of libraries in `DYLD_INSERT_LIBRARIES` is important). The `-instrument_modules_on_load` flag ensures that modules will be instrumented as soon as they are loaded (and not when the process entypoint or the target method is reached, as is normally the case in TinyInst.
5252

5353
Additionally, especially if you enconter errors related to stack unwinding, the `-patch_return_addresses` flag might be needed.
54+

0 commit comments

Comments
 (0)