BinaryToSourceCode 4+

Noriyuki Higa

    • 免费

截屏

简介

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/

新内容

版本 1.7.0

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

-Fixed some bugs

App 隐私

开发者“Noriyuki Higa”已表明该 App 的隐私规范可能包括了下述的数据处理方式。有关更多信息,请参阅开发者隐私政策

未收集数据

开发者不会从此 App 中收集任何数据。

隐私处理规范可能基于你使用的功能或你的年龄等因素而有所不同。了解更多