All Projects → 0BuRner → corona-archiver

0BuRner / corona-archiver

Licence: MIT license
Python script to help pack and unpack Corona/Solar2D archive .car file

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to corona-archiver

Solar2D-Plugin-for-Xcode
Xcode as IDE for Solar2D
Stars: ✭ 24 (+4.35%)
Mutual labels:  corona, solar2d
Apkdiffpatch
a C++ library and command-line tools for Zip(Jar,Apk) file Diff & Patch; create minimal delta/differential; support Jar sign(apk v1 sign) & apk v2,v3 sign .
Stars: ✭ 121 (+426.09%)
Mutual labels:  apk, archive
Berry
Berry is a simple Tiled Map Loader for Corona SDK.
Stars: ✭ 16 (-30.43%)
Mutual labels:  corona, solar2d
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-13.04%)
Mutual labels:  corona
COVID-19-STAT
A web application to keep track of COVID-19 numbers & growth across the world
Stars: ✭ 19 (-17.39%)
Mutual labels:  corona
Archive7z
This library provides handling of 7z files in PHP
Stars: ✭ 73 (+217.39%)
Mutual labels:  archive
ELMduino
Arduino OBD-II Bluetooth Scanner Interface Library for Car Hacking Projects
Stars: ✭ 274 (+1091.3%)
Mutual labels:  car
AndroidApkAnalyzer
Android application for analyzing installed apps
Stars: ✭ 159 (+591.3%)
Mutual labels:  apk
Little-Ruler
A game engine that can be built for Android and Windows.
Stars: ✭ 16 (-30.43%)
Mutual labels:  apk
android-https-patcher
🐱‍💻 Patch your android app (apk) with self-signed certificate to sniff https traffic.
Stars: ✭ 68 (+195.65%)
Mutual labels:  apk
rcvr-api
Recover Cologne Api, kneipen kontakt tracer. recover provides localities a privacy-compliant, safe, and easy way for their guests to check in. See https://www.recoverapp.de/ for more details.
Stars: ✭ 14 (-39.13%)
Mutual labels:  corona
Collect
A server to collect & archive websites that also supports video downloads
Stars: ✭ 62 (+169.57%)
Mutual labels:  archive
quest-sidenoder
Cross platform Sideloader for Quest standalone headset
Stars: ✭ 78 (+239.13%)
Mutual labels:  apk
bsc-archive-snapshot
Free public Binance Smart Chain (BSC) Archive Snapshot
Stars: ✭ 71 (+208.7%)
Mutual labels:  archive
BSUIR-Labs
БГУИР 2019-2023 (КСиС, ВМСиС)
Stars: ✭ 20 (-13.04%)
Mutual labels:  apk
pytest-html-reporter
Generates a static html report based on pytest framework
Stars: ✭ 69 (+200%)
Mutual labels:  archive
adb-cheatsheet
Your journey to master Android™ Shell begins here
Stars: ✭ 44 (+91.3%)
Mutual labels:  apk
apkpure get
apkpure.com apk downloader
Stars: ✭ 42 (+82.61%)
Mutual labels:  apk
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-39.13%)
Mutual labels:  corona
fabric-beta-publisher-plugin
DEPRECATED: A Jenkins plugin that lets you publish Android apps to Fabric Beta
Stars: ✭ 24 (+4.35%)
Mutual labels:  apk

Corona Archiver | Solar2D Game Engine pack/unpack

Python script to help pack and unpack Corona archive .car file

Distribution

Windows binary (.exe)

https://github.com/0BuRner/corona-archiver/releases

Usage

Unpacking

Usage: corona-archiver.py -u 'input_file' 'output_dir'

Packing

Usage: corona-archiver.py -p 'input_dir' 'output_file'

File structure

[header]
    [magic_number] (4 bytes) \x72\x61\x63\x01
    [revision] (4 bytes)
    [data_offset_start] (4 bytes)
    [index_size] (4 bytes)

[index]
    [entry]
        [entry_type] (4 bytes) 1
        [data_offset] (4 bytes)
        [filename_length] (4 bytes)
        [filename] (filename_length+1 bytes) 0-terminated
        [padding] (1|2|3|4 bytes) \x00

[data]
    [entry]
        [entry_type] (4 bytes) 2
        [next_data_offset] (4 bytes)
        [file_size] (4 bytes)
        [file_content] (file_size bytes)
        [padding] (0|1|2|3 bytes) \x00

[end]
    [magic_number] (4 bytes) \xFF\xFF\xFF\xFF
    [padding] (4 bytes) \x00

Others languages

LUA

LUA Decompilers

LUA Tools

Tutorials

Dissasembling

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].