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
/*
* Example usage:
* # frida -U -f com.mrnew.door -l fuck_flutter.js --no-pause
*/
var sIP = '47.91.165.221' //目标IP地址
var xIP = '192.168.25.200'//代理电脑IP地址
//IP字符串转int
function ipToInt(ip){
@yuangezhizao
yuangezhizao / test_mulitprocessing_shared_memory.py
Created July 8, 2022 15:43 — forked from rvprasad/test_mulitprocessing_shared_memory.py
Explores performance of shared memory support available in multiprocessing library in Python 3.8.
# Python -- v3.8
from multiprocessing import Process, Queue, managers
import time
def worker(id, data, queue, *args):
tmp1 = time.time()
if args:
for i in range(args[0], args[1]):
[root@k3s ~]# k get no -owide
NAME                  STATUS   ROLES                  AGE   VERSION        INTERNAL-IP   EXTERNAL-IP   OS-IMAGE                         KERNEL-VERSION                 CONTAINER-RUNTIME
cn-tx-bj6-c8          Ready    <none>                 33d   v1.26.1+k3s1   10.0.20.11    <none>        CentOS Linux 8                   4.18.0-348.7.1.el8_5.x86_64    docker://23.0.3
jp-tx-tk1-c8          Ready    <none>                 40d   v1.26.1+k3s1   10.0.0.16     <none>        CentOS Linux 8                   4.18.0-193.28.1.el8_2.x86_64   docker://23.0.4
k3s.yuangezhizao.cn   Ready    control-plane,master   40d   v1.26.1+k3s1   10.0.0.2      <none>        AlmaLinux 8.7 (Stone Smilodon)   4.18.0-425.10.1.el8_7.x86_64   containerd://1.6.15-k3s1
jp-tx-tk2-o8          Ready    <none>                 24d   v1.26.1+k3s1   10.0.4.3      <none>        OpenCloudOS 8.6                  5.4.119-20.0009.20             docker://23.0.4
[root@k3s ~]# k describe node jp-tx-tk1-c8
Name:           
Python 14 hrs 36 mins ██████████████████▌░░ 88.2%
JSON 1 hr 37 mins ██░░░░░░░░░░░░░░░░░░░ 9.8%
Markdown 9 mins ▏░░░░░░░░░░░░░░░░░░░░ 1.0%
textmate 5 mins ░░░░░░░░░░░░░░░░░░░░░ 0.5%
YAML 2 mins ░░░░░░░░░░░░░░░░░░░░░ 0.3%