Executable Byte Converter is a Go-based tool that reads an executable (.exe) file and converts its bytes into numeric values. The resulting numeric values are then saved to a text file in the same directory as the converter executable, making it easy to analyze or inspect the binary data.
- real7lab
- Discord Server
- Converts each byte of an executable file into its corresponding numeric value.
- Automatically generates a text file with the byte values, using the same base name as the original executable.
- Simple and intuitive command-line interface.
- Go (version 1.16 or later)
-
Clone the Repository
git clone https://github.com/real7lab/Executable-Byte-Converter.git cd executable-byte-converter -
Build the Program
go build -o exe-byte-converter
-
Run the Program
./exe-byte-converter
The tool does not require any additional configuration. Simply run the executable and provide the path to the .exe file when prompted.
- Launch the Program: Run
./exe-byte-converterin your terminal or command prompt. - Enter the File Path: When prompted, input the full path to the .exe file you want to convert.
- View the Output: The program will create a
.txtfile with the numeric byte values in the same directory where the converter is executed.
Errors encountered during file reading or writing are silently ignored. Ensure that the provided file path is correct and that you have the necessary permissions to read and write files in the directories involved.
- Issue: No output file is created: Verify that the path to the executable file is correct and that the file exists.
- Note: Ensure that you have the necessary permissions to read the .exe file and write the output in the specified directory.
This project is developed by real7lab.
For more details, please refer to our official Discord server.