Expand description
This module contains utility functions and types.
Constants§
- GBF_
BLUE - A constant representing GBF blue
- GBF_
DARK_ GRAY - A constant representing GBF dark gray
- GBF_
GREEN - A constant representing GBF green
- GBF_
LIGHT_ GRAY - A constant representing GBF light gray
- GBF_RED
- A constant representing GBF red
- GBF_
YELLOW - A constant representing GBF yellow
- NAME
- A constant representing the name of the software.
- OPERAND_
TRUNCATE_ LENGTH - At what length text should be truncated for operands.
- STRUCTURE_
ANALYSIS_ MAX_ ITERATIONS - Max iterations for the structure analysis
- VERSION
- A constant representing the current version of the software, in semver format.
Functions§
- escape_
string - Escapes a string using
std::ascii::escape_default
. - html_
encode - Encodes a string for HTML.
Type Aliases§
- Gs2Bytecode
Address - A type representing a bytecode address.