Git Product home page Git Product logo

nvme-parser's Introduction

NVME parser

License GitHub release (latest by date including pre-releases) GitHub Issues

Read, write, parse and dump your nvme block through adb!

⚠️ Warning

  • Use this tool at your own risk. I am not responsible for bricked devices. Please backup NVME before modifying any value.
  • Avoid modifying encrypted values ​​(FBLOCK, WVLOCK, FRPLOCK, etc). These values can be only rewritten with their SHA256 hash.
  • When reporting an issue, make sure to hide sensitive information (such as S/N, MACs, etc).
  • If the tool isn't able to find a valid nvme block, you'll need to provide it as the last argument.

📜 Requirements

  • Huawei phone.
  • Root shell (terminal/adb).
  • The binary itself.

✔️ Features

  • Read NVME values => ./nvme -r VALUE_NAME
  • Write NVME values => ./nvme -w VALUE_NAME NEW_VALUE
  • Dump the NVME block (dd) => ./nvme -b dump_path
  • Restore NVME dump (dd) => ./nvme -e backup_path
  • Set FBLOCK status ./nvme -f <1|0> (dangerous option, proceed with caution).

💻 Building the tool

  • If you want to compile this tool, you will need the android NDK kit.
  • Once you installed NDK and you set up the exports, run make to build the tool.

ℹ️ License

  • This tool is licensed under the GNU (v3) General Public License. See LICENSE for more details.

nvme-parser's People

Contributors

r0rt1z2 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.