Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethteck/lfgfx

N64 Graphics data detection and analysis
https://github.com/ethteck/lfgfx

binwalk decompilation f3dex n64 reverse-engineering

Last synced: 3 months ago
JSON representation

N64 Graphics data detection and analysis

Awesome Lists containing this project

README

        

# LFGFX (Looking for GFX)
lfgfx is a tool to help reverse engineers analyze blobs of graphics data from N64 games.

image

### Currently supported graphics objects:
* display list
* vtx
* texture image
* palette

with more on the way!

### Requirements
Python 3.8 or newer
`pip install -r requirements.txt`

## Usage
```
./lfgfx.py ~/repos/papermario/assets/us/37ADD0.bin 0x09000000
```