https://github.com/FelixBer/FindFunc [Recognizing Function By Pattern] https://github.com/kweatherman/sigmakerex [Signature Maker] https://github.com/Mixaill/FakePDB [PDB Generation From IDA] https://github.com/illera88/Ponce [Symbolic Execution] https://github.com/airbus-cert/ttddbg [Time...
Code Search Find more, search less Explore Why GitHub All features Documentation GitHub Skills Blog Solutions By company size Enterprises Small and medium teams Startups Nonprofits By use case DevSecOps DevOps CI/CD View all use cases By industry Healthcare Financial services Manufacturin...
GitHub官方防泄漏指南:① 彻底检查commit历史,清除敏感信息残留;② 使用自动安全扫描工具,实时监控密钥外泄;③ 设置精细化访问权限,关键仓库禁止公开访问。视频详解防护全流程,开发者必看生存指南→#代码安全 #GitHub技巧 #安全开发周期 #dlp数据泄露防护系统 #程序猿生存必备...
Search within commit messages You can find commits that contain particular words in the message. For example,fix typomatches commits containing the words "fix" and "typo." Search by author or committer You can find commits by a particular user with theauthororcommitterqualifiers. ...
FESCAR(Fast & Easy Commit And Rollback) 是一个用于微服务架构的分布式事务解决方案,它的特点是高性能且易于使用,旨在实现简单并快速的事务提交与回滚。 微人事 地址:lenve/vhr 微人事是一个前后端分离的人力资源管理系统,项目采用 SpringBoot + Vue 开发。权限管理相关的模块主要有两个,分别是 [系统管理->基础...
Search by regular expression: collection.find({ "foo": /el/ }); You can also use the RegExp object instead: var myRegExp = new RegExp("el"); collection.find({ "foo": myRegExp }); Query Operators ForerunnerDB supports many of the same query operators that MongoDB does, and add...
commit A commit, or "revision", is an individual change to a file (or set of files). When you make a commit to save your work, Git creates a unique ID (a.k.a. the "SHA" or "hash") that allows you to keep record of the specific changes committed along with who made them and...
Similar to saving a file that's been edited, a commit records changes to one or more files in your branch. Git assigns each commit a unique ID, called a SHA or hash, that identifies: The specific changes When the changes were made ...
Find the algorithm that had generated a hash value Since Jacksum supports so many algorithms, Jacksum also helps you to find the algorithm to a checksum/CRC/hash by calling a fast and smart brute force algorithm if the hash is unknown, but the data is known. ...
Cannot retrieve latest commit at this time. History6,776 Commits .github .github _static _static LICENSE LICENSE README.md README.md non-free.md non-free.md View all files Repository files navigation README License Awesome-Selfhosted Self-hosting is the practice of hosting and managing applicat...