docs.rs failed to build dyncvoke-dmanager-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
dyncvoke-dmanager-0.1.1
XOR fluctuation for an overloaded module or stomped shellcode.
[Manager] holds encrypted payload and decoy copies. [Manager::hide_module]
restores the decoy. [Manager::map_module] writes the payload back when
you need to call it.
let mut manager = dmanager::Manager::new();
manager.new_module(base, payload, decoy).unwrap();
manager.map_module(base).unwrap();
manager.hide_module(base).unwrap();