Struct owl::Amd64 [] [src]

pub struct Amd64 {}

A ROP-gadget finder for the amd64 (64-bit) architecture.

Methods

impl Amd64
[src]

[src]

Create a new amd64 ROP-Gadget finder.

[src]

Find ROP-Gadgets in Amd64 code.

Trait Implementations

impl Clone for Amd64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Amd64
[src]

[src]

Formats the value using the given formatter.

impl GadgetFinder for Amd64
[src]

[src]