Git Product home page Git Product logo

efixplorer's Introduction

License: GPL v3 Join the chat at https://gitter.im/efiXplorer/dev

efiXplorer - IDA plugin for UEFI firmware analysis and reverse engineering automation :octocat:

Contributors:

Supported versions of Hex-Rays products: everytime we focus on last versions of IDA and Decompiler because trying to use most recent features from new SDK releases. That means we tested only on recent versions of Hex-Rays products and do not guarantee stable work on previous generations.

Why not IDApython: all code developed in C++ because it's a more stable and performant way to support a complex plugin and get full power of most recent SDK's features.

Supported Platforms: Win, Linux and OSX (x86/x64).

overview

Key features

Identify available Boot Services automatically

Annotate assembly code automatically with available Boot Services

bs2

Identify available Runtime Services automatically

Annotate assembly code automatically with available Runtime Services

rt2

Identify available SMM Services automatically

Before analysis After analysis
smm_before smm_after

Identify available EFI Protocols automatically

  • Build the list of available EFI Protocols

    protocols

Identify known EFI GUID's

  • Build the list of available EFI GUID's (including protocol name identification)

    guids

efiXplorer Architecture

From the beginning of the project, we focus on building extensible architecture to make our life easier to support the current version and adding new features ๐Ÿš€

arch

Build instruction

We try to make the build process for different platforms very simple, just use the build script to automate this process๐Ÿ

Build script

Usage: build.py [OPTIONS] IDASDK_DIR

Options:
  -c, --copy TEXT  path to IDA plugins directory
  --help           Show this message and exit.

example of build process:

./build.py <IDASDK75_DIR>

Installation

Copy compiled binaries of efiXplorer plugin and guids directory to <IDA_DIR>/plugins. Enjoy!

Publications

References

For IDA:

For Ghidra:

efixplorer's People

Contributors

yeggor avatar matrosov avatar

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.