System API (CPU & Disassembly)
📌 Overview
📘 Available Functions
🔧 CPU Information
Function
Returns
Description
⏱ Timing
Function
Returns
Description
📌 Example (timing a loop)
🧩 Zydis Disassembly API
Functions
Function
Returns
Description
🧱 Instruction Structure (disasm_instruction_t)
disasm_instruction_t)Key
Type
Description
🔍 Operand Structure (operand_t)
operand_t)Key
Type
Example
Notes
Register operand
Key
Type
Description
Memory operand
Key
Type
Description
Immediate operand
Key
Type
Description
Pointer operand
Key
Type
Description
🚀 AngelScript Example
🔥 Example Output
📅 Date & Time API
🧭 Functions
dictionary@ get_datetime()
dictionary@ get_datetime()Key
Type
Description
uint64 get_timestamp()
uint64 get_timestamp()🧪 Example: Getting Time & Date
Last updated