mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-22 19:06:15 +08:00
21 lines
462 B
Markdown
21 lines
462 B
Markdown
<!--
|
|
Copyright (C) 2026 SharpEmu Emulator Project
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
# Aerolib Catalog
|
|
|
|
```bash
|
|
# NID to export name
|
|
python scripts/aerolib_catalog.py lookup Zxa0VhQVTsk
|
|
|
|
# Export name to NID
|
|
python scripts/aerolib_catalog.py lookup sceKernelWaitSema
|
|
|
|
# Search export names
|
|
python scripts/aerolib_catalog.py search VideoOut --limit 20
|
|
|
|
# Export all NID/name pairs to artifacts/aerolib.txt
|
|
python scripts/aerolib_catalog.py export
|
|
```
|