summaryrefslogtreecommitdiff
path: root/legacy
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2018-12-12 12:30:44 +1300
committerboris <wzn@moneybot.cc>2018-12-12 12:30:44 +1300
commitec4ad61acbe9e67c5e803e0549841dc5ef5cef2a (patch)
treef30480f8c0e45b0cd2e0c5cd2f2dbccd54ec70ae /legacy
parenta25b6f6b11a3ae44d0c3b19ba8081a3d9eb1ac5f (diff)
yas
Diffstat (limited to 'legacy')
-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