summaryrefslogtreecommitdiff
path: root/src/randomcrap.S
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/randomcrap.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/randomcrap.S b/src/randomcrap.S
new file mode 100644
index 0000000..e7b6451
--- /dev/null
+++ b/src/randomcrap.S
@@ -0,0 +1,8 @@
+.text
+.global HeapChangeAttempt
+HeapChangeAttempt:
+ lis 4, 0x8037
+ ori 4, 4, 0x7F50
+ lwz 4, 0(4)
+ blr
+