Scylla icon indicating copy to clipboard operation
Scylla copied to clipboard

Imports Reconstructor

Results 21 Scylla issues
Sort by recently updated
recently updated
newest added

so, this function always not work, struct MEMORY_REGION_INFORMATION invalid (sizeof) I fixed this structure as > typedef struct _MEMORY_REGION_INFORMATION > { > PVOID AllocationBase; //Imagebase > ULONG AllocationProtect; > ULONG...

Just try to get Read access, write combination cannot be obtained under certain circumstances and this is abused by some packers

`Don't compact raw data` means keep the `RawOffset/RawSize` the same as `VirutalOffset/VirutalSize`. Why? In most case, we are researching the dumped file. Keep the same address/offset makes it easier to...

invalid imports under windows 10!. Under window 2016, it worked correctly!. ![1](https://user-images.githubusercontent.com/5672417/63956165-9a09a180-ca8e-11e9-9ae0-f18cec295697.png)

* Project structure have been refreshed to use git submodule to reference thirty-party modules. * Configurations and code fix for building

COMPILING file says "To compile Scylla you need to have VS2008 installed." But even the solution file is generated by Visual Studio 2010 Moreover it depends on ATL (), hence...

I tried to build scylla recent git on window 10 with vs 2015. but failed with some error. sorry for korean debug error message. 1>------ Build started: Project: diStorm, Configuration:...

Many thanks for the great Import reconstruction tool. There is a minor typo in line `45` of `TreeImportExport.cpp`: "Scylla" instead of "Sylla". Since `hash_(multi)map` is considered deprecated, I have converted...