BinaryToSourceCode 4+

Convert binary to Source Code

Noriyuki Higa

    • Free

Screenshots

Description

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.

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/

What’s New

Version 1.7.0

-Data conversion processing has been changed to processing using Metal,GPGPU (GPU) .

-Fixed some bugs

App Privacy

The developer, Noriyuki Higa, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy.

Data Not Collected

The developer does not collect any data from this app.

Privacy practices may vary, for example, based on the features you use or your age. Learn More