rustep

Crates.iorustep
lib.rsrustep
version0.1.2
sourcesrc
created_at2018-03-18 08:28:09.804408
updated_at2018-04-03 07:00:12.760289
descriptionRust Executable file Parser
homepage
repositoryhttps://github.com/Escapingbug/Rustep
max_upload_size
id56233
size437,138
Anciety (Escapingbug)

documentation

README

Rustep - Rust Executable Parser

A executable parser written in Rust. ELF support is now done, bugs are remain to be discovered and fixed.

Note: Only 64 bit OS is supported.

Build Status crates.io docs MIT LICENSE

Current Progress

  • ELF file format support
  • more ELF info to extract
  • PE file format support
  • macho file format support
  • DWARF support
  • operation support

Contribution

Contributions are welcome, please check the issues first. Pull requests are always welcome.

License

MIT License is used. Please refer to LICENSE file.

Author and Thanks

Anciety@ding641880047@126.com. You are welcomed to send emails when you have any problems.

Commit count: 15

cargo fmt