Class: OneGadget::Fetchers::X86

Inherits:
Base
  • Object
show all
Defined in:
lib/one_gadget/fetchers/x86.rb

Overview

Define common methods for gadget fetchers.

Direct Known Subclasses

Amd64, I386

Constant Summary collapse

JCC =

Conditional-jump mnemonics (shared with the emulator).

OneGadget::Emulators::X86::JCC

Constants inherited from Base

Base::MAX_FORKS, Base::PATH_BUDGET, Base::WINDOW_BACK, Base::WINDOW_FWD

Instance Attribute Summary

Attributes inherited from Base

#file

Method Summary

Methods inherited from Base

cached, #candidates, #executed_windows, #find, #initialize, #refused_before_call?, #resolve_suffix, #terminal_call_line?

Constructor Details

This class inherits a constructor from OneGadget::Fetchers::Base