killchain-compendium/Reverse Engineering/Function Mangling.md

5 lines
190 B
Markdown
Raw Normal View History

2022-11-12 23:18:06 +01:00
# Function Decoration
* Done to imported functions in order to do interpositioning and identify the variants of the function.
* [name mangling](https://en.wikipedia.org/wiki/Name_mangling)