A developer tool that automatically generates as source code for hex code in Swift or C++ languages

June 19,2023

The new 'BinaryToSourceCode' version 1.7.0 for macOS is available now.

What's New:

-Modified the data conversion process to use Metal,GPGPU (GPU).

-Fixed soume bugs.



Overview of 'BinaryToSourceCode for macOS'

BinaryToSourceCode_macOS_15_2_EN
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 don't 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 app's 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.




Terms of Service:
https://www.apple.com/legal/internet-services/itunes/dev/stdeula/

BinaryToSourceCode for macOS Privacy policy and disclaimer