Coder Social home page Coder Social logo

ida-efiutils's People

Contributors

snare avatar

Stargazers

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

Watchers

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

ida-efiutils's Issues

te_loader.py EFI_TE_IMAGE_HEADER invalid size

te_loader.py loader has a bug in line 124.

f.seek(sec.ptr_to_data - te.stripped_size + 24)

Size of EFI_TE_IMAGE_HEADER is invalid (ignored a member DataDirectory).
Thus, the size of the sections is not calculated correctly.

Fix:

f.seek(sec.ptr_to_data - te.stripped_size + 24 + 8 * 2)

More detailed instructions,please

Seems I can't find any info about that on whole internet.
I try on BIOS module,opened in IDA,initial analyze is done.
Module is x64
Load file -parse C header file - behemoth.h
Compilation OK message.
View - open subviews - Local types
Select all synchronize to IDB
Here I get only errors "Failed to add constant"
like this
EFI_MEMORY_TYPE: failed to add constant EfiReservedMemoryType=0
What I do wrong?

Error import behemoth.h

Hi. I have some trouble with import .h file in IDA 6.8 x64. I use VS10, and set Compiler options, but IDA print me next errors:

behemoth.h,66: Syntax error near: @type VA_LIST
behemoth.h,21767: Undefined type name 'VOID'
behemoth.h,21891: Syntax error near: FILLER
behemoth.h,21892: Syntax error near: }
behemoth.h,21923: Syntax error near: PEI_CORE_FV_HANDLE
behemoth.h,21959: Syntax error near: }

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.