Giter VIP home page Giter VIP logo

helper_tools's Introduction

helper_tools

This repo will contain scripts, binaries which will speed up the kernel address extraction process

Extract address:

    user@buildhost:/SO-04D/9.1.C.0.475$bash /helper_tools/extract_address_and_disassemble kernel.bin
    Searching for zImage compression
    LZO compression detected
    Unpacking zImage
    lzop: <stdin>: warning: ignoring trailing garbage in lzop file
    DONE unpacking zImage
    Grabbing addresses
    [+]mmap
      mem=f69f7000 length=00bfb544 offset=c9611000
    [+]kallsyms_addresses=c0789cb0
      count=0000e7c7
    [+]kallsyms_num_syms=0000e7c7
    [+]kallsyms_names=c07c3be0
    [+]kallsyms_markers=c086b630
    [+]kallsyms_token_table=c086b9d0
    [+]kallsyms_token_index=c086bd80
    [+]kallsyms_lookup_name
    Disassembling kernel for specific functions
    59188 symbols are loaded.
    59188 symbols are loaded.
    end at 0xc00e45c4 by rnv requested
    searching for ptmx_fops
    searching for perf_swevent_enabled

See result:

    user@buildhost:/SO-04D/9.1.C.0.475$ cat addresses.txt
    c0095cb0 prepare_kernel_cred
    c00957d4 commit_creds
    c010aaf8 remap_pfn_range
    c0d02498 + 8 = (hexdec addition)    ptmx_fops
    c0ced2b4 perf_swevent_enabled

helper_tools's People

Contributors

doomlord avatar fi01 avatar scoty755 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

joka90

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.