Skip to content

Instantly share code, notes, and snippets.

@UncleJim
UncleJim / Rulz.py
Created October 17, 2016 02:40 — forked from monoxgas/Rulz.py
#!/usr/bin/env python
# Rulz.py
# Author: Nick Landers (@monoxgas) - Silent Break Security
import os
import sys
import argparse
import re
import binascii
import codecs
@UncleJim
UncleJim / unwxapkg.py
Created January 2, 2018 10:33 — forked from thedreamwork/unwxapkg.py
unpack wxapkg
#!/usr/bin/python
# usage python unwxapkg.py filename
import sys,os
import struct
class WxapkgFile:
nameLen = 0
name = ""