https://github.com/eka2l1/dumber
ROM dumper for Symbian platform
https://github.com/eka2l1/dumber
dumper native rom symbian symbiancpp
Last synced: 10 months ago
JSON representation
ROM dumper for Symbian platform
- Host: GitHub
- URL: https://github.com/eka2l1/dumber
- Owner: EKA2L1
- License: mit
- Created: 2018-06-25T18:23:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T18:39:27.000Z (over 5 years ago)
- Last Synced: 2025-05-02T09:48:59.043Z (about 1 year ago)
- Topics: dumper, native, rom, symbian, symbiancpp
- Language: C++
- Homepage:
- Size: 293 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dumber
Z: drive repackager for Symbian platform, compatible for all Symbian platform.
## Instructions:
* Please jailbreak your Symbian phone first.
* After that, open Dumberdore in your menu, and choose "Dump RPKG" in Options menu.
## Specification:
* EKA2L1 uses the RPKG format to package all *Z:* drive contents. Z: drive should have at least ROM (on previous platform), or is mounted with both *ROFS + ROM*. All contents are repackage to a single file without any compression. All entries should be sort by UID.
* Header
- Magic: char[4] (RPKG or RPK2 for 2nd version)
- Version:
+ Major: char
+ Minor: char
+ Build: short
- File count: uint32_t
- Header size (RPKG 2nd version): uint32_t
- Machine UID (RPKG 2nd version): uint32_t
* Entry sections: *File count* * entries
- Entry:
+ Attribute: Uint64_t
+ Time: TTime
+ FullPathLength: Uint64_t
+ PathStringRawData: UCS-2 string with length declared above
+ DataSize: Uint64_t