mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-22 03:43:03 +00:00
Merge pull request #1839 from 0xdea/main
Add "binarly-io/idalib" under the new "reverse engineering" category
This commit is contained in:
commit
2be4565552
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
* [Parsing](#parsing)
|
||||
* [Peripherals](#peripherals)
|
||||
* [Platform specific](#platform-specific)
|
||||
* [Reverse engineering](#reverse-engineering)
|
||||
* [Scripting](#scripting)
|
||||
* [Simulation](#simulation)
|
||||
* [Social networks](#social-networks-1)
|
||||
|
@ -1740,6 +1741,10 @@ See also [Are we game yet?](https://arewegameyet.rs)
|
|||
* [microsoft/windows-rs](https://github.com/microsoft/windows-rs) - Rust for Windows [![Actions Status](https://github.com/microsoft/windows-rs/workflows/CI/badge.svg)](https://github.com/microsoft/windows-rs/actions)
|
||||
* [retep998/winapi-rs](https://github.com/retep998/winapi-rs) - Windows API bindings [![Rust](https://github.com/retep998/winapi-rs/actions/workflows/rust.yml/badge.svg?branch=dev)](https://github.com/retep998/winapi-rs/actions/workflows/rust.yml)
|
||||
|
||||
### Reverse engineering
|
||||
|
||||
* [binarly-io/idalib](https://github.com/binarly-io/idalib) [[idalib](https://crates.io/crates/idalib)] - Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.0’s idalib
|
||||
|
||||
### Scripting
|
||||
|
||||
[[scripting](https://crates.io/keywords/scripting)]
|
||||
|
|
Loading…
Reference in a new issue