Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 381 Bytes

File metadata and controls

13 lines (6 loc) · 381 Bytes

This is a repo for extracting unmanaged DLLs and converting them to source code.

The Java script should be used in Ghidra to export DLL code as a single script

Open up your DLL in Ghidra, do analysis with defaults.

Go to Window -> Script Manager and add the ExportDecompiled.java

Run the script, give an export file name.

Take that script and put it in the folder "input"