adb logcat -s keyword#把文件推送进安卓设备adb push#打印AndroidManifest.xml#adb shell dumpsys activity top#adb shell dumpsys package packagenameadb install XXX.apk#查找已安装的应用 包名adb shell pm list package -f | findstr shuqi#package:/data/app/com.shuqi.controller-1/base.apk=com.shuqi.c...
.gitignore build: ignore gradle.properties Mar 8, 2021 .jitpack.yml feat: commit broken jitpack file to stop that service Nov 29, 2020 CONTRIBUTORS.md Move to official Google smali fork (#3051) Apr 29, 2023 INTERNAL.md Refresh aapt2 binaries. (#3651) ...
If you want to add a new feature, please create an issue first to describe the new feature, as well as the implementation approach. Once a proposal is accepted, create an implementation of the new features and submit it as a pull request. Sorry for my poor English. Improvements for this...
对比差异通过 Pull Request 同步 同步更新到分支 通过Pull Request 同步 将会在向当前分支创建一个 Pull Request,合入后将完成同步 ChenYuan[fix] update youtube configf3db3047年前 478 次提交 提交取消 提示:由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件 ...
You can usegit pullto update and run blutter.py with--rebuildoption to force rebuild the executable python3 blutter.py path/to/app/lib/arm64-v8a out_dir --rebuild Output files asm/*libappassemblieswith symbols blutter_frida.jsthe frida script template for the target application ...
NewPullRequest NewQuery NewQueryResultsRow NewRecording NewRelationship NewRelationshipMenu NewReportingAction NewRightFrame NewRow NewRule NewRuleWarning NewRunSettings NewSchema NewScript NewSharedSteps NewSigningKey NewSmartTag NewStyleSheet 新增資料表 NewTeamGitRepository NewTeamProject NewTest NewTestConfigu...
Code Pull requests Actions Projects Security Insights 0x738A/awesome-reverse-engineeringmaster BranchesTags CodeFolders and files Latest commit History5 Commits history .gitignore Readme.md Readme_en.md Readme_full.md Readme_full_en.md Repository files navigation README 所有收集类...
Pull requests8 Actions Projects Security Insights Additional navigation options master 36Branches14Tags Code README MIT license reverse-shell Reverse Shell as a Service -https://reverse-shell.sh Easy to remember reverse shell that should work on most Unix-like systems. ...
将www.yourdomain.com的域名 A 记录解析到 IPx.x.x.x,如果服务器已经有对应的域名,也可以将 CNAME 记录解析到服务器原先的域名。 通过浏览器访问http://www.yourdomain.com:8080即可访问到处于内网机器上的 web 服务。 转发DNS 查询请求 DNS 查询请求通常使用 UDP 协议,frp 支持对内网 UDP 服务的穿透,配置方...
例如你拥有一个服务器,公网ip地址为110.110.110.110,同时你有一个顶级域名为test.cc的域名,你希望访问test.test.cc可以访问内网的一个网站。 你需要新增一个域名地址的DNS解析,类型为A,名称为*, ipv4地址为110.110.110.110,这样*.test.cc的域名均会指向110.110.110.110的服务器,由于FastTunnel默认监听的http端口为12...