diff options
Diffstat (limited to 'legacy/loader')
| -rw-r--r-- | legacy/loader/new 1.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/legacy/loader/new 1.txt b/legacy/loader/new 1.txt new file mode 100644 index 0000000..2770ec9 --- /dev/null +++ b/legacy/loader/new 1.txt @@ -0,0 +1,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
+ }
+}
\ No newline at end of file |
