-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvirtualizersdk_386.go
99 lines (93 loc) · 6.08 KB
/
virtualizersdk_386.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
// ******************************************************************************
// Header: virtualizersdk_386.go
// Description: Go macros definitions
//
// Author/s: Oreans Technologies
// (c) 2024 Oreans Technologies
//
// --- File generated automatically from Oreans VM Generator (21/7/2024) ---
// ******************************************************************************
package virtualizersdk;
import (
"fmt"
)
// ******************************************************************************
// Constants definition
// ******************************************************************************
const TIGER_WHITE_START = "CustomVM00000100_Start";
const TIGER_WHITE_END = "CustomVM00000100_End";
const TIGER_RED_START = "CustomVM00000101_Start";
const TIGER_RED_END = "CustomVM00000101_End";
const TIGER_BLACK_START = "CustomVM00000102_Start";
const TIGER_BLACK_END = "CustomVM00000102_End";
const FISH_WHITE_START = "CustomVM00000106_Start";
const FISH_WHITE_END = "CustomVM00000106_End";
const FISH_RED_START = "CustomVM00000108_Start";
const FISH_RED_END = "CustomVM00000108_End";
const FISH_BLACK_START = "CustomVM00000110_Start";
const FISH_BLACK_END = "CustomVM00000110_End";
const PUMA_WHITE_START = "CustomVM00000112_Start";
const PUMA_WHITE_END = "CustomVM00000112_End";
const PUMA_RED_START = "CustomVM00000114_Start";
const PUMA_RED_END = "CustomVM00000114_End";
const PUMA_BLACK_START = "CustomVM00000116_Start";
const PUMA_BLACK_END = "CustomVM00000116_End";
const SHARK_WHITE_START = "CustomVM00000118_Start";
const SHARK_WHITE_END = "CustomVM00000118_End";
const SHARK_RED_START = "CustomVM00000120_Start";
const SHARK_RED_END = "CustomVM00000120_End";
const SHARK_BLACK_START = "CustomVM00000122_Start";
const SHARK_BLACK_END = "CustomVM00000122_End";
const DOLPHIN_WHITE_START = "CustomVM00000134_Start";
const DOLPHIN_WHITE_END = "CustomVM00000134_End";
const DOLPHIN_RED_START = "CustomVM00000136_Start";
const DOLPHIN_RED_END = "CustomVM00000136_End";
const DOLPHIN_BLACK_START = "CustomVM00000138_Start";
const DOLPHIN_BLACK_END = "CustomVM00000138_End";
const EAGLE_WHITE_START = "CustomVM00000146_Start";
const EAGLE_WHITE_END = "CustomVM00000146_End";
const EAGLE_RED_START = "CustomVM00000148_Start";
const EAGLE_RED_END = "CustomVM00000148_End";
const EAGLE_BLACK_START = "CustomVM00000150_Start";
const EAGLE_BLACK_END = "CustomVM00000150_End";
const LION_WHITE_START = "CustomVM00000160_Start";
const LION_WHITE_END = "CustomVM00000160_End";
const LION_RED_START = "CustomVM00000162_Start";
const LION_RED_END = "CustomVM00000162_End";
const LION_BLACK_START = "CustomVM00000164_Start";
const LION_BLACK_END = "CustomVM00000164_End";
const COBRA_WHITE_START = "CustomVM00000166_Start";
const COBRA_WHITE_END = "CustomVM00000166_End";
const COBRA_RED_START = "CustomVM00000168_Start";
const COBRA_RED_END = "CustomVM00000168_End";
const COBRA_BLACK_START = "CustomVM00000170_Start";
const COBRA_BLACK_END = "CustomVM00000170_End";
const WOLF_WHITE_START = "CustomVM00000172_Start";
const WOLF_WHITE_END = "CustomVM00000172_End";
const WOLF_RED_START = "CustomVM00000174_Start";
const WOLF_RED_END = "CustomVM00000174_End";
const WOLF_BLACK_START = "CustomVM00000176_Start";
const WOLF_BLACK_END = "CustomVM00000176_End";
const MUTATE_ONLY_START = "Mutate_Start";
const MUTATE_ONLY_END = "Mutate_End";
const FALCON_TINY_START = "CustomVM00000217_Start";
const FALCON_TINY_END = "CustomVM00000217_End";
const FALCON_TINY_START = "CustomVM00000217_Start";
const STR_ENCRYPT_START = "VirtualizerStrEncryptStart";
const STR_ENCRYPT_END = "VirtualizerStrEncryptEnd";
const STR_ENCRYPTW_START = "VirtualizerStrEncryptWStart";
const STR_ENCRYPTW_ENDT = "VirtualizerStrEncryptWEnd";
// ******************************************************************************
// Bridge Function definition
// ******************************************************************************
func Macro(str string) int {
if (str == "Hi Bridge") {
for i := 0; i < 5; i++ {
fmt.Printf("text", str[i]);
}
for i := 0; i < 5; i++ {
fmt.Printf("text1", str[i + 1]);
}
}
return int(str[0]);
}