Skip to content

Instantly share code, notes, and snippets.

View dotSpecs's full-sized avatar
👻
Focusing

Specs dotSpecs

👻
Focusing
View GitHub Profile
$pinyintable = array();
$pinyintable['丂'] = 'kao';
$pinyintable['丄'] = 'shang';
$pinyintable['丅'] = 'xia';
$pinyintable['丆'] = 'mo';
$pinyintable['丏'] = 'mian';
$pinyintable['丒'] = 'chou';
$pinyintable['丗'] = 'shi';
$pinyintable['丟'] = 'diu';
$pinyintable['丠'] = 'qiu';
var CryptoJS = require('crypto-js')
var request = require('request-promise')
/*
* npm install crypto-js request-promise
* node wx_t1t_hack.js
*/
// export function testEncription(msg, fullKey) {
// var fullKey = fullKey.slice(0, 16)
#!/usr/bin/env python2
# lrdcq
# usage python2 unwxapkg.py filename
import sys, os
import struct
class WxapkgFile(object):
nameLen = 0