Skip to content

Instantly share code, notes, and snippets.

View lukemilby's full-sized avatar

Luke Milby lukemilby

View GitHub Profile
@lukemilby
lukemilby / ss.py
Created June 3, 2019 12:36
Decompile Kotlin APK
import zipfile
zip_ref = zipfile.ZipFile("app-debug.apk", r) # read apk
zip_ref.extractall("test") # extract everything to test
zip_ref.close()
import os
command = "d2j-dex2jar test/classes.dex --force"
os.system(command)
@lukemilby
lukemilby / learning-computer-security.md
Created September 4, 2016 01:46 — forked from nfarrar/learning-computer-security.md
Learning Computer Security

Learning Computer Security

About This Guide

This is an opinionated guide to learning about computer security (independently of a university or training program), starting with the absolute basics (suitable for someone without any exposure to or knowledge of computer security) and moving into progressively more difficult subject matter.

It seems that most people don't realize how much information is actually available on the internet. People love to share (especially geeks) and everything you need to become well versed in computer security is already available to you (and mostly for free). However, sometimes knowing where to start is the hardest part - which is the problem that this guide is intended to address. Therefore, this guide can accuratley be described as a 'guide to guides', with additional recommendations on effective learning and execises, based on my own experiences.

Many of the free resources are the best resources and this guide focuses on them. It is intended to provided a comprehensive