Skip to content

Instantly share code, notes, and snippets.

View Melvin-Abraham's full-sized avatar
:electron:
Electronifying my mind!

Melvin. L. Abraham Melvin-Abraham

:electron:
Electronifying my mind!
  • Thoughtworks, India
View GitHub Profile
@Melvin-Abraham
Melvin-Abraham / sketch1.js
Created June 11, 2018 14:26 — forked from shiffman/sketch1.js
10PRINT in p5.js
// 10print.org
// Animated version of 10 print.
var x = 0;
var y = 0;
function setup() {
createCanvas(640, 360);
background(255);
}

radare2

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