Skip to content

Instantly share code, notes, and snippets.

View umabiel's full-sized avatar
😼

Gustavo I. Chalco umabiel

😼
View GitHub Profile
@umabiel
umabiel / .eslintrc.json
Created April 2, 2018 21:16 — forked from leny/.eslintrc.json
ESLint config file for node.js + ES6 projects.
{
"env": {
"node": true,
"es6": true
},
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParameters": true,
@umabiel
umabiel / exploit.py
Created November 13, 2015 15:01 — forked from AE5/exploit.py
if __name__ == '__main__':
import sys
import mp4
import argparse
def write_file(path, content):
with open(path, 'wb') as f:
f.write(content)
def addr(sval):