Skip to content

Commit a8c52d6

Browse files
committed
docs: add note about sentinel string for other implementers
Signed-off-by: Darshan Sen <raisinten@gmail.com>
1 parent 320e195 commit a8c52d6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ ability to inject the resources into pre-built executables, with the
7575
goal that the end result should be as close as possible to what is
7676
obtained by embedding them at build-time.
7777
78+
Note: Other runtime injection implementers should search the binary
79+
compiled with `postject-api.h` for the
80+
`POSTJECT_SENTINEL_fce680ab2cc467b6e072b8b5df1996b2:0` string and
81+
flip the last character to `1` to indicate that a resource has been
82+
injected.
83+
7884
### Windows
7985
8086
For PE executables, the resources are added into the `.rsrc` section,

0 commit comments

Comments
 (0)