@@ -7,22 +7,22 @@ import (
7
7
)
8
8
9
9
func init () {
10
- api .RegisterShellCode (api .Windows , api .Intel , api . Bits32 ,
10
+ api .RegisterShellCode (api .Windows , api .Intel32 ,
11
11
"iat_reverse_tcp_inline" , iat_reverse_tcp_inline_win_intel_32 )
12
- api .RegisterShellCode (api .Windows , api .Intel , api . Bits32 ,
12
+ api .RegisterShellCode (api .Windows , api .Intel32 ,
13
13
"iat_reverse_tcp_inline_threaded" , iat_reverse_tcp_inline_threaded_win_intel_32 )
14
- api .RegisterShellCode (api .Windows , api .Intel , api . Bits32 ,
14
+ api .RegisterShellCode (api .Windows , api .Intel32 ,
15
15
"iat_reverse_tcp_stager_threaded" , iat_reverse_tcp_stager_threaded_win_intel_32 )
16
- api .RegisterShellCode (api .Windows , api .Intel , api . Bits32 ,
16
+ api .RegisterShellCode (api .Windows , api .Intel32 ,
17
17
"iat_user_shellcode_threaded" , iat_user_shellcode_threaded_win_intel_32 )
18
18
19
- api .RegisterShellCode (api .Windows , api .Intel , api . Bits32 ,
19
+ api .RegisterShellCode (api .Windows , api .Intel32 ,
20
20
"meterpreter_reverse_https_threaded" , meterpreter_reverse_https_threaded_win_intel_32 )
21
- api .RegisterShellCode (api .Windows , api .Intel , api . Bits32 ,
21
+ api .RegisterShellCode (api .Windows , api .Intel32 ,
22
22
"reverse_tcp_shell_inline" , reverse_tcp_shell_inline_win_intel_32 )
23
- api .RegisterShellCode (api .Windows , api .Intel , api . Bits32 ,
23
+ api .RegisterShellCode (api .Windows , api .Intel32 ,
24
24
"reverse_tcp_stager_threaded" , reverse_tcp_stager_threaded_win_intel_32 )
25
- api .RegisterShellCode (api .Windows , api .Intel , api . Bits32 ,
25
+ api .RegisterShellCode (api .Windows , api .Intel32 ,
26
26
"user_shellcode_threaded" , user_shellcode_threaded_win_intel_32 )
27
27
}
28
28
0 commit comments