A developer tool that automatically generates as source code for hex code in Swift or C++(CPP) languages from the files containing all binary data regardless of format.
You can embed files as hex bytes source code that you dont want to be viewed or modified from resources when you develop the macOS app package etc...
For example:
When embedding a large image file or text data in the execution binary code,
You can prevent them from being viewed or modified in a binary editor, etc.
I hope you feel useful when you want to embed arbitrary binary data in the source code.
In addition:
Can add any number from 0 to 255 to each byte string (loop if it exceeds 256).
So this function makes it difficult to grasp the regularity when viewing the binary data of the executable file later.
The setting of this apps window:
"Numerical value to be added to each byte value,loop when it exceeds 256 (0-255)"
When embedding alphabet strings and number strings in binary data,
This is the function to prevent visibility when browsing using a binary editor, etc.
For example,
The value of the original binary data is "0x00ff0102"
If set to 0,
0x00,0xff, 0x01,0x02
Is written as a byte string as it is,
If set to 1, that will be added.
like this,
0x01,0x00,0x02,0x03
Is output result.
-------------------------------------------------------------------------------
All the functions provided in the version 1.5.0 or earlier of this app, and the ultra-high-speed conversion function in version 1.5.0 or later,
Automatic saving / restoration of various settings can be used as freeware.
-Drag multiple files to the window of this app and generate them all at once to the specified folder (folder position is also automatically saved / restored).
-A function to change the alphabet (A-F) of the hexadecimal code part to be written to lowercase letters (switch setting)
You can use the new functions above with a one-month automatic renewal subscription (in-app purchase),
I hope you can take advantage of them.
Terms of Service:
https://www.apple.com/legal/internet-services/itunes/dev/stdeula/
BinaryToSourceCode V1.5.1更新日志:
-Ultra-high-speed source code generation function.
-Automatic saving and restoration of settings.
-Generate and export source code by dragging and dropping multiple files into a specified folder.
-Added a switch to specify uppercase and lowercase letters in the hexadecimal code part.
-Fixed a bug in in-app purchasing processing (version 1.5.1)
-Changed the text in the 'About BinaryToSourceCode' dialog (version 1.5.1)