Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

Macro API Breaking Changes in version 8.21

Hex Editor Neo version 8.21 generalizes a way data and search patterns are managed in a macro script. As a result, we decided to introduce a breaking change to the internal Macro API. This topic describes the full list of changes.

Removed Definitions

The following definitions have been removed:

Changed Definitions

All methods that took parameters of type IPattern now take either parameters of types Pattern.Search, Pattern.Replace or Pattern.Data, depending on context.

apiVersion now returns 0x200.

New Definitions

The following new types have been defined: