A forensic project for detecting file signatures in a file.
Build status: Early beta
Windows:
Move the file into C:\Windows\System32\
* Requires Administrator rights
Ex: binreveal.exe C:\Windows\System32\Shell32.dll --hexdump
Arguments:
[file] (The path to the file you want to examine)
--hexdump (Dumps the first 100 bytes in hexadecimal from the file specified).
Clone this repository into your visual studio projects directory.
- 1.0
- Added intial project with example signatures
- Will there be a Linux release of this project?
Yes in the future there will be a Linux version written in Java as well.
Developer: Sem Voigtländer
Distributed under the MIT License. See LICENSE
for more information.
- Fork it (https://github.com/MTJailed/BinReveal/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request