Binary-To-AOB Code
Brought to you by:
guidedhacking
File | Date | Author | Commit |
---|---|---|---|
.gitattributes | 2017-07-16 |
![]() |
[387dab] Add .gitignore and .gitattributes. |
.gitignore | 2017-07-16 |
![]() |
[387dab] Add .gitignore and .gitattributes. |
BinaryToAOB.sln | 2019-07-17 |
![]() |
[fcb5ad] fix image & link |
BinaryToAOB.vcxproj | 2019-07-17 |
![]() |
[9aaeb4] Initial github commit 2 |
BinaryToAOB.vcxproj.filters | 2019-07-17 |
![]() |
[9aaeb4] Initial github commit 2 |
README.md | 2019-07-17 |
![]() |
[fcb5ad] fix image & link |
Source.cpp | 2019-07-17 |
![]() |
[9aaeb4] Initial github commit 2 |
Generate an array of bytes and stores it in an easy to use header file from a binary file on disk.
This code was requested. Maybe you don't want to ship your .exe with additional files or want to load the file from memory for obscurity.
Drag and drop your binary onto BinaryToAOB.exe and the generated header file will be placed in the same folder as the binary.
https://guidedhacking.com/threads/binary-to-array-of-bytes-dumper.9340/
All the good folks at https://guidedhacking.com