mirror of
https://github.com/hacks-guide/2xrsa.git
synced 2024-11-23 09:29:39 +00:00
Base64 encoding of binary data added
This commit is contained in:
parent
f138c2b752
commit
2b19b60944
@ -65,7 +65,9 @@ function geturl(obj) {
|
||||
c+=b.pop();
|
||||
}
|
||||
}
|
||||
v += c;
|
||||
a=c.match(/..?/g);
|
||||
for(c in a)a[c]=parseInt(a[c],16);
|
||||
v += btoa(String.fromCharCode.apply(null,a));
|
||||
}
|
||||
}
|
||||
return '/3ds/rop?' + v;
|
||||
|
Loading…
Reference in New Issue
Block a user