Skip to content

Instantly share code, notes, and snippets.

View Vxer-Lee's full-sized avatar
🏠
Working from home

FF00E4 Team Vxer-Lee

🏠
Working from home
View GitHub Profile
var CryptoJS = require('crypto-js')
var request = require('request-promise')
/*
* npm install crypto-js request-promise request
* node wx_t1t_hack.js
*/
// export function testEncription(msg, fullKey) {
// var fullKey = fullKey.slice(0, 16)
@geekman
geekman / parse_keybag.py
Created March 3, 2017 17:58
extract & parse the BackupKeyBag from an iTunes Backup
#!/usr/bin/env python
#
# extracts and parse BackupKeyBag
#
# 2017.02.04 darell tan
#
from plist import *
import struct
import sys
@thefron
thefron / build.md
Last active October 19, 2017 09:22
android build

Build Howto

Install Ubuntu 14.04.3 LTS

You know how.

$ sudo apt-get update
$ sudo apt-get install build-essential module-assistant
@v4lour
v4lour / AssemblyLanguage.md
Last active April 12, 2022 03:07
汇编语言(王爽著)笔记

汇编语言(王爽著)笔记

@v4lour

第一章 基础知识

汇编语言是直接在硬件上工作的编程语言,由以下3类指令组成:

  • 汇编指令:机器码的助记符,有对应的机器码
  • 伪指令:没有对应的机器码,由编译器执行