Update README.md

2.0
_xeroxz 3 years ago
parent ab4458ca34
commit 3b5c442f32

@ -216,6 +216,8 @@ theo::malloc_t _alloc = [&](std::size_t size) -> void*
};
```
### `theo::resolve_symbol_t` -
# Obfuscation
The usage of the word obfuscation in this project is use to define any changes made to code, this includes code flow. `obfuscation::obfuscate`, a base class, which is inherited and expanded upon by `obfuscation::mutation`, obfuscates code flow by inserting `JMP [RIP+0x0]` instructions after every single instruction. This allows for a routine to be broken up into unique allocations of memory and thus provides more canvas room for creative ideas.

Loading…
Cancel
Save