From a1b10b5e84d70c818bec1e651d0fe67ee14b503f Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Wed, 26 Jan 2011 22:23:20 +0100 Subject: [PATCH] . --- batman/exploit.s | 2 +- batman/make-title-bin.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/batman/exploit.s b/batman/exploit.s index 6c0ebab..ced2134 100644 --- a/batman/exploit.s +++ b/batman/exploit.s @@ -27,7 +27,7 @@ start: # the save file. lis 3,main@h ; ori 3,3,main@l ; addi 5,3,-4 - lis 4,retadr@h ; ori 4,4,retadr@l-4 + lis 4,(retadr-4)@h ; ori 4,4,(retadr-4)@l # Calculate proper offset for the loader in memory 0: lbzu 0,4(4); cmpwi 0,0x60 ; beq 0b addi 4,4,-4; addi 4,4,end-start diff --git a/batman/make-title-bin.pl b/batman/make-title-bin.pl index a3c4b75..639905d 100755 --- a/batman/make-title-bin.pl +++ b/batman/make-title-bin.pl @@ -9,7 +9,7 @@ sub printline { print $x; } -$name = "\"Bathaxx\" by lewurm"; +$name = '"Bathaxx" by lewurm'; $version = `cat ../.version`; printline $name; -- 2.25.1