MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / action

Method action

view/minidump/src/lib.rs:13–15  ·  view source on GitHub ↗
(&self, binary_view: &BinaryView)

Source from the content-addressed store, hash-verified

11
12impl Command for PrintMemoryInformationCommand {
13 fn action(&self, binary_view: &BinaryView) {
14 command::print_memory_information(binary_view);
15 }
16
17 fn valid(&self, _binary_view: &BinaryView) -> bool {
18 true // TODO: Of course, the command will not always be valid!

Callers

nothing calls this directly

Calls 1

print_memory_informationFunction · 0.85

Tested by

no test coverage detected