Struct owl::X86 [] [src]

pub struct X86 {}

A ROP-gadget finder for the x86 (32-bit) architecture.

Methods

impl X86
[src]

[src]

Create a new x86 ROP-Gadget finder.

[src]

Find ROP-Gadgets in x86 code.

Trait Implementations

impl Clone for X86
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for X86
[src]

[src]

Formats the value using the given formatter.

impl GadgetFinder for X86
[src]

[src]