Reconstructing Import Table with Scylla

Scylla x86-x64 is a tool that is used to rebuild the import table.

In Malware Analysis, to analyze a previously packed sample dumping the OEP of the process is not enough, it then needs the import table to be fixed for the disassembler or debugger to identify its imported modules. 

You can follow this project through Github: Click Me!