Submit a plugin
Back to the list
EWS
v1.0
  • author Anthony Rullier
  • <1K
  • Released on: 2023-01-12
Download
SHA256 checksum:
3c65c4837218cd9ef57c318ddea78f6075eb9f3a6ae554831c710c2af6371489

EWS (Emulator Wrapper Solution) is a IDA PRO plugin that aims to integrate emulation features (such as debugger) from various emulators (currently unicorn, but you can add more).

Writting such plugin was motivated by reversing on x64 machine various embedded binaries from Android native libs to automotive firmwares. "Click ready" trace generator and basic explorer is a gain of time.

Key features are:

  1. Support Raw and ELF file. PE is experimental, no support for Mach-O.
  2. Automatically loads binary inside the emulator based on IDB information.
  3. Debugger view with registers' values for each executed instruction.
  4. Debugger capacities such as watchpoints, run / steps the code.
  5. Stub mechanism to emulate imported functions.


Usage and examples : https://github.com/deadeert/EWS