Struct owl::Mipsel [] [src]

pub struct Mipsel {}

A ROP-gadget finder for the MIPSEL (Little-Endian) architecture.

Methods

impl Mipsel
[src]

[src]

Create a new Mipsel ROP-Gadget finder.

[src]

Find ROP-Gadgets in Mipsel code.

Trait Implementations

impl Clone for Mipsel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Mipsel
[src]

[src]

Formats the value using the given formatter.

impl GadgetFinder for Mipsel
[src]

[src]