|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
Resource and strictness controls for bytecode decoding. More...
#include <bytecode.hpp>
Public Attributes | |
| processing_mode | mode {processing_mode::strict} |
| Strict rejection or raw-code tooling fallback. | |
| std::size_t | maximum_code_length {65535} |
| Maximum bytes accepted, additionally capped by the JVM limit. | |
Resource and strictness controls for bytecode decoding.
Definition at line 320 of file bytecode.hpp.
| std::size_t rpnx::cortado::bytecode_read_options::maximum_code_length {65535} |
Maximum bytes accepted, additionally capped by the JVM limit.
Definition at line 323 of file bytecode.hpp.
| processing_mode rpnx::cortado::bytecode_read_options::mode {processing_mode::strict} |
Strict rejection or raw-code tooling fallback.
Definition at line 322 of file bytecode.hpp.