Skip to content
View nstarke's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report nstarke

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bootfuzz bootfuzz Public

    A MBR Fuzzer

    Assembly 26 2

  2. instrfuzz instrfuzz Public

    A CPU Instruction Fuzzer for QEMU x86

    Assembly 8 1

  3. linux-firmware-db linux-firmware-db Public

    Linux Firmware DB

    Python 4

  4. How to make a Release Android App de... How to make a Release Android App debuggable
    1
    # How to make a Release Android App debuggable
    2
    
                  
    3
    Let's say you want to access the application shared preferences in /data/data/com.mypackage.  
    4
    You could try to run `adb shell` and then `run-as com.mypackage` 
    5
    ( or `adb shell run-as com.mypackge ls /data/data/com.mypackage/shared_prefs`), 
  5. Reversing Cisco IOS Raw Binary Firmw... Reversing Cisco IOS Raw Binary Firmware Images with Ghidra
    1
    # Reversing Raw Binary Firmware Files in Ghidra
    2
    
                  
    3
    This brief tutorial will show you how to go about analyzing a raw binary firmware image in Ghidra.
    4
    
                  
    5
    ## Prep work in Binwalk