Skip to content

Latest commit

History

History

Remote_Function_Stomping_Injection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Remote Function Stomping Injection 馃

Overview

Remote Function Stomping Injection involves temporarily replacing the implementation of a system function with a malicious version as its shellcode

Usage

You can run with cargo run or the compiled binary directly:

cargo run
target/release/rfs_injection.exe

Other

  • To carry out this attack you have to ensure that the target process has the DLL loaded in order for the injection to be successful.