https://github.com/ergrelet/scylla
Fork of Scylla with additional fixes and Python bindings.
https://github.com/ergrelet/scylla
cpp dump iat imports pe python scylla unpack windows
Last synced: 11 months ago
JSON representation
Fork of Scylla with additional fixes and Python bindings.
- Host: GitHub
- URL: https://github.com/ergrelet/scylla
- Owner: ergrelet
- License: gpl-3.0
- Created: 2021-08-19T10:24:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T16:35:18.000Z (over 1 year ago)
- Last Synced: 2025-04-05T01:11:11.513Z (12 months ago)
- Topics: cpp, dump, iat, imports, pe, python, scylla, unpack, windows
- Language: C++
- Homepage:
- Size: 791 KB
- Stars: 41
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Scylla - x64/x86 Imports Reconstruction
=======================================
This repository contains a fork of [NtQuery/Scylla](https://github.com/NtQuery/Scylla)
with tweaks from [x64dbg/Scylla](https://github.com/x64dbg/Scylla) as well as
additional fixes, refactoring and bindings.
Scylla's key features:
- x64 and x86 support
- Unicode support
- Plugin support
- Works on Windows 7 and superior
License
-------
Source code is licensed under GNU GENERAL PUBLIC LICENSE v3.0.
Known Bugs
----------
### Windows 7 x64
Sometimes the API `kernel32.dll` GetProcAddress cannot be resolved, because the
IAT has an entry from `apphelp.dll`.
### ImpREC plugin support
Some ImpREC Plugins don't work with Windows Vista/7 because they don't "return 1"
in the DllMain function.