Metadata-Version: 2.4
Name: pyscylla
Version: 0.12.0
Summary: Python bindings for Scylla
Author: Erwan Grelet
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/ergrelet/Scylla
Project-URL: Repository, https://github.com/ergrelet/Scylla
Project-URL: Issues, https://github.com/ergrelet/Scylla/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Dynamic: license-file

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.
