Ubuntu Pastebin

Paste from mvo at Wed, 23 Aug 2017 12:52:45 +0000

Download as text
1
2
3
4
5
6
7
8
9
$ ./scmp_bpf_disasm </tmp/lala.bin 
 line  OP   JT   JF   K
=================================
 0000: 0x20 0x00 0x00 0x00000004   ld  $data[4]
 0001: 0x15 0x00 0x03 0xc000003e   jeq 3221225534 true:0002 false:0005
 0002: 0x20 0x00 0x00 0x00000000   ld  $data[0]
 0003: 0x35 0x01 0x00 0x40000000   jge 1073741824 true:0005 false:0004
 0004: 0x06 0x00 0x00 0x7fff0000   ret ALLOW
 0005: 0x06 0x00 0x00 0x00000000   ret KILL
Download as text