Skip to content

Instantly share code, notes, and snippets.

@iflove
Last active July 20, 2022 02:12
Show Gist options
  • Save iflove/09484615846d0c850e33a7d85c28daff to your computer and use it in GitHub Desktop.
Save iflove/09484615846d0c850e33a7d85c28daff to your computer and use it in GitHub Desktop.
工具使用
工具是使用方法
@iflove
Copy link
Author

iflove commented Jul 6, 2021

@iflove
Copy link
Author

iflove commented Jul 7, 2021

termux

Termux 是一个 Android 终端模拟器和 Linux 环境应用程序,无需 root 或设置即可直接运行。安装了一个最小的基本系统......

pkg install openssh
sshd
whoami
ssh u0_a62@192.168.18.121 -p 8022  #8022 默认端口

./frpc   执行程序

存储位置
termux-setup-storage

@iflove
Copy link
Author

iflove commented Sep 25, 2021

apktool_2.4.0.jar

Apktool v2.4.0 - a tool for reengineering Android apk files
with smali v2.2.6 and baksmali v2.2.6
Copyright 2014 Ryszard Wiśniewski <brut.alll@gmail.com>
Updated by Connor Tumbleson <connor.tumbleson@gmail.com>

usage: apktool
 -advance,--advanced   prints advance information.
 -version,--version    prints the version then exits
usage: apktool if|install-framework [options] <framework.apk>
 -p,--frame-path <dir>   Stores framework files into <dir>.
 -t,--tag <tag>          Tag frameworks using <tag>.
usage: apktool d[ecode] [options] <file_apk>
 -f,--force              Force delete destination directory.
 -o,--output <dir>       The name of folder that gets written. Default is apk.out
 -p,--frame-path <dir>   Uses framework files located in <dir>.
 -r,--no-res             Do not decode resources.
 -s,--no-src             Do not decode sources.
 -t,--frame-tag <tag>    Uses framework files tagged by <tag>.
usage: apktool b[uild] [options] <app_path>
 -f,--force-all          Skip changes detection and build all files.
 -o,--output <dir>       The name of apk that gets written. Default is dist/name.apk
 -p,--frame-path <dir>   Uses framework files located in <dir>.

For additional info, see: http://ibotpeaches.github.io/Apktool/ 
For smali/baksmali info, see: https://github.com/JesusFreke/smali

@iflove
Copy link
Author

iflove commented Jul 11, 2022

idea 技巧

^\s*\n   idea 替换空白

@iflove
Copy link
Author

iflove commented Jul 20, 2022

2022/7/19
翻墙
https://github.com/Fndroid/clash_for_windows_pkg

命令
https://github.com/cmderdev/cmder

MQTT
https://www.emqx.io/

paho
https://www.eclipse.org/paho/

Snipaste (截图)
https://www.snipaste.com/

GDA 简介:GJoy Dex Analyzer(GDA),中国第一款也是唯一一款全交互式的现代反编译器,同时也是世界上最早实现的dalvik字节码反编译器。 GDA不只是一款反编译器,同时也是一款轻便且功能强大的综合性逆向分析利器,其不依赖java且支持apk, dex, odex, oat, jar, class, aar文件的反编译, 支持python及java脚本自动化分析。其包含多个由作者独立研究的高速分析引擎:反编译引擎、漏洞检测引擎、 恶意行为检测引擎、污点传播分析引擎、反混淆引擎、apk壳检测引擎等等 ......More
http://www.gda.wiki:9090/

代理抓包:支持多个平台
https://www.charlesproxy.com/download/
https://www.wireshark.org/#download

Windows 串口工具
ComAssistant.exe
Windows 串口、网络等工具
sscom5.13.1.exe

sqlitebrowser Android数据库查看工具
https://sqlitebrowser.org/dl/

listary:Windows文件Finder
https://www.listary.com/download

Windows摄像头测试工具
amcap v3.0.9.exe

notepad-plus-plus:功能强大的记事本
https://notepad-plus-plus.org/downloads/

Windows 强大的历史粘贴板
https://ditto-cp.sourceforge.io/

安卓控屏工具
https://github.com/Genymobile/scrcpy
https://github.com/Tomotoes/scrcpy-gui

https://www.vysor.io/
https://cdn.andedu.com.cn/web/2021/07/01/14/cjw31snagrym5hdu81r32ewb/ChromePluginVysorPro2.3.0_0.zip

SwitchHosts Windows Host管理工具
https://swh.app/

frpc:樱花隧道转发
https://www.natfrp.com/user/

cpolar:cpolar极点云: 公开一个本地Web站点至公网
https://www.cpolar.com/

视频文件分析工具
https://mediaarea.net/en/MediaInfo

runcat
https://kyome.io/runcat/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment