Skip to content

Instantly share code, notes, and snippets.

View yuangezhizao's full-sized avatar
🤔
Vegetable - Verified by GitHub

远哥制造 yuangezhizao

🤔
Vegetable - Verified by GitHub
View GitHub Profile
@yuangezhizao
yuangezhizao / data.json
Last active November 7, 2017 12:23
/me/dynamic_new/data
{
"desc": {
"uid": 6422,
"type": 512,
"rid": "48154783061639188",
"acl": 0,
"view": 0,
"repost": 0,
"like": 0,
"dynamic_id": "48154743826281998",
@yuangezhizao
yuangezhizao / data.py
Created December 31, 2017 07:57
微信跳一跳伪造数据包,https://zhuanlan.zhihu.com/p/32473340
import requests
import json
import time
from Crypto.Cipher import AES
import base64
action_data = {
"score": 10086,
"times": 666,
"game_data": "{}"
{
"desc": {
"uid": 894215,
"type": 64,
"rid": 157515,
"acl": 0,
"view": 0,
"repost": 0,
"like": 1,
"dynamic_id": "74020368324043473",
{
"uid": 770831,
"type": 2048,
"rid": "80103510971018277",
"acl": 0,
"view": 0,
"repost": 0,
"comment": 0,
"like": 0,
"is_liked": 0,
D:\Program Files (x86)\MarukoToolbox>"D:\Program Files (x86)\MarukoToolbox\tools\ffmpeg.exe" -i "E:\yuangezhizao\Videos\34229363-1-80.mp4" -vn -sn -v 0 -c:a pcm_s16le -f wav pipe:  | "D:\Program Files (x86)\MarukoToolbox\tools\qaac.exe" --ignorelength -c 192 -q 2 --no-optimize -r 44100 - -o "D:\Program Files (x86)\MarukoToolbox\temp\34229363-1-80_atemp.m4a" 
qaac 2.44, CoreAudioToolbox 7.9.9.3
34229363-1-80_atemp.m4a
48000Hz -> 44100Hz
AAC-LC Encoder, CBR 192kbps, Quality 96
0:03.459 (31.7x)   
0:07.825 (35.7x)   
0:12.051 (36.7x)   
0:15.000 (34.3x)   
@yuangezhizao
yuangezhizao / keybase.md
Created September 29, 2018 05:14
Keybase

Keybase proof

I hereby claim:

  • I am yuangezhizao on github.
  • I am yuangezhizao (https://keybase.io/yuangezhizao) on keybase.
  • I have a public key ASBC7Ynzs7zfzzZL2dpfYUyxCJc4w3EHJw49ezJG3lZb5go

To claim this, I am signing this object:

@yuangezhizao
yuangezhizao / wxappUnpacker-fixed.md
Last active May 8, 2019 09:29
微信小程序“奔跑吧少东家”解包
D:\yuangezhizao\Documents\WebstormProjects\wxappUnpacker-master>node wuWxapkg.js _1268812133_73.wxapkg
Unpack file _1268812133_73.wxapkg...

Header info:
  firstMark: 0xbe
  unknownInfo:  0
  infoListLength:  12306
  dataLength:  2299913
  lastMark: 0xed
@yuangezhizao
yuangezhizao / wxappUnpacker.md
Last active May 8, 2019 09:30
微信小程序“奔跑吧少东家”解包
Microsoft Windows [版本 10.0.17763.475]
(c) 2018 Microsoft Corporation。保留所有权利。

D:\yuangezhizao\Documents\WebstormProjects\wxappUnpacker-master>node wuWxapkg.js _1268812133_73.wxapkg
Unpack file _1268812133_73.wxapkg...

Header info:
  firstMark: 0xbe
  unknownInfo:  0
@yuangezhizao
yuangezhizao / 21496316.md
Created October 4, 2019 07:47
超V学园摄影部正在直播

10月4日(五)
中国时间	出演者名称	uid	房间号
9:30-10:30	笹木咲	436596839	21463219
11:00-12:00	椎名唯華	403927583	21302469
13:00-14:00	物述有栖	434565011	21449083
14:30-15:30	静凛	403921378	21302352

@yuangezhizao
yuangezhizao / cn-py-dl-c8@3.10.1.txt
Last active January 11, 2022 06:20
Build python from source
[root@cn-py-dl-c8 Python-3.10.1]# ./configure --prefix=/usr/local/python3 --enable-optimizations --with-lto
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for python3.10... python3.10
checking for --enable-universalsdk... no
checking for --with-universal-archs... no
checking MACHDEP... "linux"
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out