Giter Club home page Giter Club logo

sboot_dump's Introduction

SUC - Samsung Upload Client v1.0

(c) B. Kerler 2018-2022, licensed under MIT License

A tool to dump RAM using S-Boot Upload Mode (in python)

Thx to Nitay Artenstein's code at https://github.com/nitayart/sboot_dump, ported to python and added full support based on reversing sboot

Supported

  • Samsung QC (Tested with S7)
  • Samsung MTK (Tested with A419F)
  • Samsung Unisoc/Spreadtrum (Tested with Galaxy Prime)

Install

  • Python 3.8 or higher pip install pyusb pyserial

Show partition table on the device

python3 scripts/samsungupload.py

For dumping all memory areas:

python3 scripts/samsungupload.py all

For dumping a specfic memory range:

python3 scripts/samsungupload.py range 0x0 0xffffffff

For dumping a full memory range:

python3 scripts/samsungupload.py full

For dumping individual areas (Index 0):

python3 scripts/samsungupload.py partition 0

Windows install

  • Install usbdk and make sure to remove old libusb dlls from windows/system32 folder. Get the usbdk installer (.msi) from here and install it
  • Install normal Samsung Serial Port driver (or use default Windows COM Port one, make sure no exclamation is seen)

Linux install

sudo apt purge ModemManager
sudo usermod -aG plugdev $USER
sudo usermod -aG dialout $USER
sudo cp Drivers/*.rules /etc/udev/rules.d
sudo udevadm control -R
  • Log in and out user
sudo pip3 install -r requirements

Enjoy !

sboot_dump's People

Contributors

bkerler avatar trounce1 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.