HyperDbg Debugger
Loading...
Searching...
No Matches
hyperdbg/tests/hwdbg-tests/scripts/compiled-scripts/script_conditional_statement_global_var.hds.hex.txt File Reference

Functions

 if (.test_var==4)
 elsif (.test_var==0)
TypeOfThePacket DEBUGGER_TO_DEBUGGEE_HARDWARE_LEVEL (0x4) 00000002
RequestedActionOfThePacket Value (0x2) 0000002f

Variables

The raw script file is available at
!hw script {
 test_var = @hw_port0 + @hw_port1
 else {
 hw_pin12 = 0x1
 Checksum
 Indicator
Start of Optional Data

Function Documentation

◆ DEBUGGER_TO_DEBUGGEE_HARDWARE_LEVEL()

TypeOfThePacket DEBUGGER_TO_DEBUGGEE_HARDWARE_LEVEL ( 0x4 )

◆ elsif()

elsif ( . test_var = = 0)
8 {
9; @hw_pin11 = 0x1;
10; } else {

◆ if()

if ( . test_var = = 4)
6 {
7; @hw_pin10 = 0x1;
8; } elsif (.test_var == 0) {
elsif(.test_var==0)
Definition script_conditional_statement_global_var.hds.hex.txt:8
test_var
Definition script_conditional_statement_global_var.hds.hex.txt:4

◆ Value()

RequestedActionOfThePacket Value ( 0x2 )

Variable Documentation

◆ at

The raw script file is available at

◆ Checksum

Checksum

◆ Data

Start of Optional Data

◆ else

else {

◆ hw_pin12

hw_pin12 = 0x1

◆ Indicator

Indicator

◆ script

!hw script {

◆ test_var

test_var = @hw_port0 + @hw_port1