Reverse Engineers' Hex Editor
Documentation for the API available to Lua plugins. You should probably start with the rehex module.
NOTE: This API is very new and lacking in features. If you can’t find a way to do what you want with it, please open an issue on the GitHub page.
Modules
rehex | Reverse Engineers' Hex Editor Lua plugin API |
Classes
rehex.BitOffset | A file offset with bit precision. |
rehex.CharacterEncoding | A text encoding (character set). |
rehex.Document | An open “Document” (file) in the editor. |
rehex.MainWindow | The main application window. |
rehex.Tab | A top-level tab in the application. |