An open API service indexing awesome lists of open source software.

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

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/