Skip to content

Releases: NaroZeol/PowerHexInspector

v0.3.0

18 Jul 06:11
Compare
Choose a tag to compare
  • 提供了一种新的输入格式,允许在不指定格式的时候使用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 !

v0.2.1

27 Jun 18:00
Compare
Choose a tag to compare

本次更新主要改进了插件的易用性,优化了异常捕获的方式

This release mainly makes the plugin more user-friendly and improves the way to catch exceptions

  • 现在输入错误的查询会显示错误信息
    Now, typing the wrong query will display an error message
    image

  • 现在单独输入关键词时会提示用法
    Now, when a keyword is typed, the usage will show below
    image

v0.2.0

02 Jun 18:28
Compare
Choose a tag to compare
  1. 现在会自动过滤输入中的一些字符,比如空格,下划线等
  2. 支持小端序和大端序的选择
  3. 支持自选输入数据的长度(QWORD,DWORD等),主要影响负数的转换

v0.1.0

28 May 07:09
Compare
Choose a tag to compare
  1. 现在可以选择是否按四位分割二进制输出
  2. 现在进制输入的大小写会导致十六进制输出的大小写不同
  3. 添加图标

v0.0.1

21 May 08:49
Compare
Choose a tag to compare

🎉🎉🎉