Metadata-Version: 2.4
Name: aobscanfast
Version: 1.0.3
Summary: High-performance native AOB memory scanner for Windows and Linux
Author: larkliy
License-Expression: MIT
Project-URL: Homepage, https://github.com/larkliy/AobscanFast
Project-URL: Repository, https://github.com/larkliy/AobscanFast
Project-URL: Issues, https://github.com/larkliy/AobscanFast/issues
Keywords: memory,scanner,aob,pattern,reverse-engineering
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# AobscanFast Python

Python bindings for the native AobscanFast memory scanner.

```bash
pip install aobscanfast
```

```python
from aobscanfast import AobScanner

scanner = AobScanner(pid=1234)
```

The package bundles the NativeAOT library for supported Windows and Linux x64 platforms.
