dyncvoke-overload 0.1.0

Section overloading and module stomping for Dyncvoke
docs.rs failed to build dyncvoke-overload-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.

Section overloading and module stomping.

[overload_module] maps a payload over a legitimate file-backed decoy. [read_and_overload] does the same from a path. Empty decoy path picks a System32 DLL large enough to host the payload.

let payload = std::fs::read(r"c:\temp\payload.dll").unwrap();
let mapped = overload::overload_module(&payload, "").unwrap();