GithubHelp home page GithubHelp logo

esp32_flash_loader's People

Contributors

ebiroll avatar tslater2006 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ebiroll

esp32_flash_loader's Issues

Analysis off by 1 byte

When performing analysis, not enough padding is used, i.e. for the function at 400d43fc analysis start at 0x400d43f
Any way to fix this?
I also want to remove the label and perform reanalysis at the correct address, but I cannot define a function on Data.
Any tips on how to do this in ghidra?

This is the incorrect analysis as the first 0 should have been ignored.
If analysis is performed at address 400d43fc, not 400d43fb then things make more sense.

 LAB_ram_400d43fb+1                              XREF[0,1]:   ram:400d2b9f(R)  
ram:400d43fb 00 36 41        srli       a3,a0,0x6
ram:400d43fe 00              ??         00h
ram:400d43ff a1 56 f0        l32r       a10,LAB_ram_400d0558
ram:400d4402 65 fb ff        call8      LAB_ram_400d43b7+1
ram:400d4405 2d 0a           mov.n      a2,a10
ram:400d4407 1d f0           retw.n

This should have been,

                         **************************************************************
                         *                          FUNCTION                          *
                         **************************************************************
                         esp_err_t __stdcall nvs_flash_init(void)
         esp_err_t         a2:4           <RETURN>
                         nvs_flash_init                                  XREF[2]:     Entry Point(*), 
                                                                                      app_main:400d2b9f(R)  
ram:400d43fc 36 41 00        entry      a1,0x20
ram:400d43ff a1 56 f0        l32r       a10,PTR_DAT_ram_3f40377c_ram_400d0558            = ram:3f40377c
ram:400d4402 65 fb ff        call8      nvs_flash_init_partition
ram:400d4405 2d 0a           mov.n      a2=>DAT_ram_3f40377c,a10                         = 6Eh    n
ram:400d4407 1d f0           retw.n

ESP32 specific language spec missing

Hello, Where is it possible to find the ESP32 specific language spec?
I like the esp32_rom.elf loading but cannot find the ESP32 specific spec for ghidra.

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.