Skip to content

Instantly share code, notes, and snippets.

<?php
echo 1+1
?>
@dperezmavro
dperezmavro / keybase.md
Created February 24, 2017 19:25
keybase verification

Keybase proof

I hereby claim:

  • I am dperezmavro on github.
  • I am thedio (https://keybase.io/thedio) on keybase.
  • I have a public key ASAW_fVNxOcL3kSUbqH7-dU5fOJQWF9ni8pFt8UF6HmloQo

To claim this, I am signing this object:

@dperezmavro
dperezmavro / nop-hidder
Created August 30, 2014 14:00
An IDA python script that hides long sequences of nops to make the tree more readable.
from idautils import *
from idc import *
mnemonics = dict()
hides = []
in_nop_sled = 0
curr_pos = 0
sled_len = 0
for seg_ea in Segments():