Releases: NaroZeol/PowerHexInspector
Releases · NaroZeol/PowerHexInspector
v0.3.0
-
提供了一种新的输入格式,允许在不指定格式的时候使用C风格的常量数字,详细用法见README。
This update introduces a new input format that allows the use of C-style constant numbers when no format is specified. For detailed usage, see the README.
Thanks to @pilgrimlyieu !
-
提供了八进制相关的支持
Added support for octal numbers.
Thanks to @pilgrimlyieu !
-
现在大小端的选项只会作用于二进制和十六进制
The option of endian now only works with binary and hexadecimal
-
从该版本开始提供ARM64版本的支持,但当前ARM64版本还未经过测试,如果在使用ARM64版本时遇到问题,请及时反馈到issue中!
Starting from this version, ARM64 support is provided. However, the current ARM64 version has not been tested yet. If you encounter any issues while using the ARM64 version, please report them in the issues section!
Thanks to @hlaueriksson !