Skip to main content

Posts

Showing posts from July 5, 2026

Jasi PE Builder v1.2

 Download Jasi PE Builder v1.2 JasiPEBuilder is a command-line tool for reconstructing valid executable PE files from raw memory dumps produced by JasiNativeDumper or any other dumper that captures a flat SizeOfImage byte copy of a loaded module. It handles the full pipeline of transformations needed to turn a dump that the Windows loader can map back into a file that tools like IDA Pro, Ghidra, x64dbg, CFF Explorer and DetectitEasy can open cleanly. https://developer.team/misc-development/37022-download-jasi-pe-builder-v1-2.html

Jasi Native Assembly Dumper v1.4

 Download Jasi Native Assembly Dumper v1.4 JasiNativeDumper is a command-line tool for capturing native Windows modules as they are loaded at runtime. It works by spawning the target process and polling its loaded module list - so every LoadLibrary call made by the target, including ones made by packers, protectors, or custom loaders, is intercepted and the raw PE bytes are written to disk. https://developer.team/misc-development/37021-download-jasi-native-assembly-dumper-v1-4.html