diff options
author | comex | 2015-01-28 00:46:51 -0500 |
---|---|---|
committer | comex | 2015-01-28 00:46:51 -0500 |
commit | 4b14cb631b3f37502d76fe22aa4d6cd582cf00e4 (patch) | |
tree | b5ab9897d5102e6366dc346fe53d28597a28f797 /lib/substitute.h | |
parent | initial commit of SafetyDance app (diff) | |
download | substitute-4b14cb631b3f37502d76fe22aa4d6cd582cf00e4.tar.gz |
some more stuff compiles
Diffstat (limited to '')
-rw-r--r-- | lib/substitute.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/substitute.h b/lib/substitute.h index bdd63e0..8764bcf 100644 --- a/lib/substitute.h +++ b/lib/substitute.h @@ -172,9 +172,9 @@ struct substitute_import_hook { * This can be used to 'hook' functions or even exported variables. Compared * to substitute_hook_functions, it has the following advantages: * - * - Because it does not require the ability to patch executable code; - * accordingly, it can (from a technical rather than policy perspective) be - * used in sandboxed environments like iOS or PaX MPROTECT. + * - It does not require the ability to patch executable code; accordingly, it + * can (from a technical rather than policy perspective) be used in sandboxed + * environments like iOS or PaX MPROTECT. * - On platforms without RELRO or similar, it is thread safe, as the patches * are done using atomic instructions. * - It does not require architecture specific code. |