Struct falcon::loader::Json [] [src]

pub struct Json { /* fields omitted */ }

Experimental loader which takes a program specification in Json form.

See the binary ninja script for an example use.

Methods

impl Json
[src]

[src]

Create a new Json loader from the given file.

Trait Implementations

impl Clone for Json
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Loader for Json
[src]

[src]

Get a model of the memory contained in the binary

[src]

Get addresses for known function entries

[src]

The address program execution should begin at

[src]

Get the architecture of the binary

[src]

Lift just one function from the executable

[src]

Lift executable into an il::Program