Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

temp folder

temporary assembly (tmp.asm) and assembled payloads (tmp.bin) will land here. If your're interested, inspect the files here after running sc2asmjs.py

For example with radare2:

$ r2 tmp/tmp.bin
[0x00000000]> pd 10@1
            0x00000001      6a30           push 0x30                   ; '0'
            0x00000003      5b             pop rbx
            0x00000004      a805           test al, 5
            0x00000006      648b1b         mov ebx, dword fs:[rbx]
            0x00000009      a805           test al, 5
            0x0000000b      8b5b0c         mov ebx, dword [rbx + 0xc]  ; [0xc:4]=0x5a80c5b
            0x0000000e      a805           test al, 5
            0x00000010      8b5b1c         mov ebx, dword [rbx + 0x1c] ; [0x1c:4]=0xb105a890
            0x00000013      a805           test al, 5
            0x00000015      6a00           push 0
[0x00000000]> 
Morty Proxy This is a proxified and sanitized view of the page, visit original site.