Skip to content

Firmware Extractor lets you pull any file from any ROM .zip package and delivers it instantly as a direct download link.

License

Notifications You must be signed in to change notification settings

offici5l/fcetool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCE Tool

Firmware Content Extractor - Extract specific files from remote ROM.ZIP archives without downloading the complete ROM

Installation

pip install fcetool

CLI Usage

fcetool <URL> <FILENAME>

Usage in Python Code

import asyncio
from firmware_content_extractor import extract_async

asyncio.run(extract_async("URL", "boot.img", "./output"))

API Usage

curl https://offici5l-fcetool.hf.space/extract \
  -H "Content-Type: application/json" \
  -d '{"url": "ROM_URL", "images": "boot.img"}'

Telegram Usage

Type @fcetoolbot <ROM_URL> <IMAGE_NAME> in any chat

Web Interface

https://offici5l.github.io/fcetool


⚠️ API/Telegram/Web Supported only!


View Code Wiki

MIT License

About

Firmware Extractor lets you pull any file from any ROM .zip package and delivers it instantly as a direct download link.

Resources

License

Stars

Watchers

Forks