Implemented basic code injection support. This implies mainly 3 techniques
1 - Text segment padding injection
2 - Reverse text segment injection
3 - Data segment injection
It's also implemented helper generic function to convert offset to addresses and vice-versa as-well as helper functions to open stubs from disk.
Implemented basic code injection support. This implies mainly 3 techniques 1 - Text segment padding injection 2 - Reverse text segment injection 3 - Data segment injection It's also implemented helper generic function to convert offset to addresses and vice-versa as-well as helper functions to open stubs from disk.