diff options
author | Elliott Hughes <enh@google.com> | 2020-07-21 16:11:30 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2020-07-21 16:34:58 -0700 |
commit | 68ae6ad12e4f89526638f167c380d0b28b3bdeac (patch) | |
tree | e18075751c1f0d08d94d7c6be14e1a18b560b285 /android-changes-for-ndk-developers.md | |
parent | c79ea239415963d4a38752d0f3efe50531c8e04f (diff) |
Changes for #inclusivefixit.
Test: treehugger
Change-Id: I7ff0496c5c2792a41781e74634247f55b0548213
Diffstat (limited to 'android-changes-for-ndk-developers.md')
-rw-r--r-- | android-changes-for-ndk-developers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android-changes-for-ndk-developers.md b/android-changes-for-ndk-developers.md index a0f3c3c50..b8f2f5925 100644 --- a/android-changes-for-ndk-developers.md +++ b/android-changes-for-ndk-developers.md @@ -218,7 +218,7 @@ from known vulnerabilities. Each ELF file has additional information contained in the section headers. These headers must be present now, because the dynamic linker -uses them for sanity checking. Some developers strip them in an +uses them for validity checking. Some developers strip them in an attempt to obfuscate the binary and prevent reverse engineering. (This doesn't really help because it is possible to reconstruct the stripped information using widely-available tools.) |