Code Monkey home page Code Monkey logo

super_image_dumper's Introduction

This experimental software allows you to extract or modify logical partitions from an super dynamic disk image.

Superunpack usage

  • First you must extract superimage e.g. from an super.sin file (Sony firmare) with an tool - search xda for unpack any sony firmware - or use another tool - search xda for unsin
  • Run our superunpack tool from command line or if you are on Windows just drop superimage onto superunpack.exe
  • If you need to extract superimage with RW support add parameter 1 to the end of command line e.g. superunpack super.img 1, if you do that you need to resize2fs it and repair it with e2fsck -fy -E unshare_blocks

Superrepack usage

  • This is for Android only. This tool is designed to convert your ro partitions inside dynamic disk to the rw. For more info see bootom forum link.

Build Superunpack (native)

Download, build and install, assuming that ~/bin is in $PATH:

git clone https://github.com/munjeni/super_image_dumper.git ~/.local/share/superunpack
make -C ~/.local/share/superunpack
ln -s ~/.local/share/superunpack/superunpack ~/bin

Build Superunpack and Superrepack (cross, static)

make superunpack.[exe/x64/i386/arm32/arm64/arm64_pie/i386-apple-darwin11/x86_64-apple-darwin11], exe referring to a Windows build, the rest being for Linux, Android and Darwin11, arm64_pie binaries

make superrepack.arm64_pie Android pie binary.

Discussion

XDA Thread.

super_image_dumper's People

Contributors

munjeni avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.