rair-core icon indicating copy to clipboard operation
rair-core copied to clipboard

RAIR: RAdare In Rust

Results 15 rair-core issues
Sort by recently updated
recently updated
newest added

[Azul](https://azul.rs/) looks like good start

This PR does not do nothing interesting for the moment. It is just to show. Next I will implement the run: [see](https://github.com/Rair-Project/rair-core/compare/master...gogo2464:gogo/2_Add-command-for-loading-script-files?expand=1#diff-df186358b1dffce0133defc6b9ef7019R35). I should have done: `core.add_command("executeScript", "es", Arc::new(Mutex::new(ExecuteScript:new())));` instead....

This will be good starting point ```rust #![deny(warnings, missing_docs)] ```

> In radare2, px shows x opcodes after the command. In rair, px need to have a size specified to work. To look like more radare2 we may want to...

That will be useful for plugins like the ihex one which allows having gaps in the physical address space.