load without any analysis (file header at offset 0x0): r2 -n /path/to/file
- analyze all:
aa - show sections:
iS - list functions:
afl - list imports:
ii - list entrypoints:
ie - seek to function:
s sym.main
| // 10print.org | |
| // Animated version of 10 print. | |
| var x = 0; | |
| var y = 0; | |
| function setup() { | |
| createCanvas(640, 360); | |
| background(255); | |
| } |