mirror of
https://github.com/sheumann/hush.git
synced 2025-01-02 09:31:26 +00:00
document how to find non-shared string dups
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
ea8b252cb3
commit
abb154ba02
@ -145,6 +145,11 @@ one of above methods is not worth the resulting code obfuscation.
|
|||||||
If you have less than ~300 bytes of global data - don't bother.
|
If you have less than ~300 bytes of global data - don't bother.
|
||||||
|
|
||||||
|
|
||||||
|
Finding non-shared duplicated strings
|
||||||
|
|
||||||
|
strings busybox | sort | uniq -c | sort -nr
|
||||||
|
|
||||||
|
|
||||||
gcc's data alignment problem
|
gcc's data alignment problem
|
||||||
|
|
||||||
The following attribute added in vi.c:
|
The following attribute added in vi.c:
|
||||||
|
Loading…
Reference in New Issue
Block a user