Coder Social home page Coder Social logo

Comments (4)

alexgzt avatar alexgzt commented on July 1, 2024

That's correct, we've not build the full database for all versions. Copying definition from one version to another will most probably fail as it is a function address and thus subject to change. Still you can get it quickly if you load the module in a disassembler (see the loaders scripts).

from ilo4_toolbox.

stevengeroux avatar stevengeroux commented on July 1, 2024

Thanks for your reply.
I've run dissection.rb on elf.bin which generated a whole lot of loaders, scripts and mods. I've then run loaders/webserv.elf.bat (modified as I am on Linux), but IDA is now asking for an entry point to start disassembly and I am once again out of my depth.
Am I at least looking in the right place?

from ilo4_toolbox.

alexgzt avatar alexgzt commented on July 1, 2024

Yes the approach is correct.

There is a .bat loader script (just a cmdline wrapper) for each module. I'm not sure why IDA is asking you for an entry point. However in case, the entry point for all module is the same as their loading address: 0x10000

Once a module is loaded, what I usually do is to trigger a complete auto-analysis (this behaviour has changed recently) using: AnalyzeArea(0, BADADDR). Then you can recover the symbols you need.

alex.

from ilo4_toolbox.

alexgzt avatar alexgzt commented on July 1, 2024

Closing it as inactive and approach is correct.

from ilo4_toolbox.

Related Issues (20)

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.