summaryrefslogtreecommitdiff
path: root/legacy/loader/new 1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/loader/new 1.txt')
-rw-r--r--legacy/loader/new 1.txt21
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