https://github.com/vector35/idb-rs
IDB parser
https://github.com/vector35/idb-rs
ida idb parser til
Last synced: 3 months ago
JSON representation
IDB parser
- Host: GitHub
- URL: https://github.com/vector35/idb-rs
- Owner: Vector35
- License: other
- Created: 2024-08-28T14:30:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T10:04:50.000Z (11 months ago)
- Last Synced: 2025-04-08T20:55:36.515Z (10 months ago)
- Topics: ida, idb, parser, til
- Language: Rust
- Homepage:
- Size: 15.9 MB
- Stars: 16
- Watchers: 6
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idb-rs
A parser for IDA `IDB` and `TIL` files.
Special thanks to [Willi Ballenthin] and [willem] for IDB format research:
- https://github.com/williballenthin/python-idb
- https://github.com/nlitsme#ida
## Overview
TODO
## Documentation
IDB file format documentation: [fileformat.md](doc/fileformat.md).
## License
This plugin is released under the Apache-2.0 license.
### Dependency Licenses
Dependency licenses can be found [here](https://nightly.link/Vector35/idb-rs/workflows/CI.yaml/main/license). The list is generated in CI using [cargo-about].
[Willi Ballenthin]:https://github.com/williballenthin
[willem]:https://github.com/nlitsme
[cargo-about]:https://github.com/EmbarkStudios/cargo-about/