.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 INT
.gitignore Improved dev environment (#2211) Jan 21, 2024 .golangci.yml chores: major upgrade of golangci-lint from v1.64.8 to v2.1.6 (#3062) May 27, 2025 .pre-commit-config.yaml Improved dev environment (#2211) Jan 21, 2024 ADOPTERS.md doc: readme overhaul and azure sponsorship ...
git config --global user.name userName git config --global user.email userEmail 使用HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议配置并使用私人令牌替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName Password for 'https://userName@gitee.com':#私...
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...
(3)nvm install v12.16.3 3. 执行:npm install -g forever 4. 执行:git clone https://github.com/netptop/siteproxy.git; 5. 执行:cd siteproxy; npm install; 6. 打开config.js文件, 找到serverName定义的地方, 如下修改: serverName: 'siteproxy.herokuapp.com' ===> '这填你的域名' 7. 执行...
These features are made as a separated tools which can be executed either by key shortcuts or by clicking on their icons in the toolbar. Installation Clone the repository : git clone https://github.com/0x36/ghidra_kernelcache.git Important note: The project has been tested on Ghidra 10.1_...
通过Pull Request 同步 将会在向当前分支创建一个 Pull Request,合入后将完成同步 Igor Eisbergperf: improve doNotCompress lookups (#3872)c41a5278天前 2231 次提交 取消 提示:由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件 .github ...
通过Pull Request 同步 将会在向当前分支创建一个 Pull Request,合入后将完成同步 condret Fill op->mnemonic in anal-gb 31d6b57 6年前 22993 次提交 提交 取消 提示: 由于Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件 .builds Change radare->radareorg links 6年前 .github/ISS...
If you would like to submit your contribution, please open aPull Request. Your question might already be answered on theissues Open source projects can be modified, but please keep the original author information to avoid losing technical support. ...
git clone https://github.com/tg123/sshpiper cd sshpiper git submodule update --init --recursive mkdir out go build -tags full -o out ./... Run simple demo start dummy sshd server docker run -d -e USER_NAME=user -e USER_PASSWORD=pass -e PASSWORD_ACCESS=true -p 127.0.0.1:5522:22...