A GUI Forensic Tool
File Analyzer is a forensic tool with Graphical User Interface, that can be used to know the actual format of the file.
HOW TO RUN :-
step1:- To generate the byte code,
open terminal or cmd and type
javac -d . File2Hex.java HexDataBase.java Main.java
step2:- To the run the tool, type
java fileAnalyzer.Main
if you are a linux then u can do the following steps to set everyting automatically for you (optional)
step 1 : open terminal and type
sudo git clone https://github.com/altaf7740/fileAnalyzer.git && cd fileAnalyzer && sudo bash install
Special Thanks To Rohit@GeekProCoder