unknown b84ce05d33 Update toolkit 2 년 전
..
README.md b84ce05d33 Update toolkit 2 년 전
beacon.h db89d9b285 first commit 2 년 전
bofcompile.bat db89d9b285 first commit 2 년 전
loadlib.c 66368f4738 small cleanup 2 년 전
loadlib.cna 263c81c60d small fix 2 년 전
loadlib.h db89d9b285 first commit 2 년 전
loadlib.o bf580750a5 update 2 년 전

README.md

LoadLib

Load an on disk present DLL via RtlRemoteCall API in a remote process. Depending on the process from which you run this tool, it may or may not work.

Options

  • <pid>: specify the target process to load the DLL into.
  • path: full path to the on disk present DLL.

Usage

  • loadlib <pid> <path to dll>

Compile

  • 1. Make sure Visual Studio is installed and supports C/C++.
  • 2. Open the x64 Native Tools Command Prompt for VS <2019/2022> terminal.
  • 3. Run the bofcompile.bat script to compile the object file.
  • 4. In Cobalt strike, use the script manager to load the .cna script to import the tool.