summaryrefslogtreecommitdiff
path: root/legacy/loader/new 1.txt
blob: 2770ec96ecc6332f2fbdc98270ba45f090e2dd9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
login {
	is_valid_login( )
	is_valid_username( )
}

inject {
	c_remote_file { 
		// we can also replace this with the epic
		// cheat header thing (have loader scan)
		wipe_pe_header
	}
	
	c_remote_load {
		c_remote_load( c_file &in )
		inject( )
	}
	
	c_remote_code {
		make_shellcode
	}
}