Create an in-memory patching type

/static/assets/windows-logo.svg
Creates a "JambiPatcher" type that imports kernel32.dll and exports GetProcAddress, LoadLibrary, VirtualProtect, and a custom "copy" function with the follow prototype: public static void Copy (byte[] source, int startIndex, IntPtr destination, int length) { Marshal.Copy(source, startIndex, destination, length); }
locked
View Command

To view this TTPs command, you must be logged in with a professional or enterprise license.

Login

Test this TTP

Download Operator (1.7.1)
Test this TTP using one of our Operator chains
Jambi Modules

2021-11-16

/static/assets/windows-logo.svg
Use Powershell functions to create a script implant that dynamically resolves and loads modules at runtime.