CodeZen
一个专注中文区的 GitHub 项目发现
所有语言
C
C#
C++
CSS
Dart
Go
HTML
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
PHP
PowerShell
Python
Ruby
Rust
Shell
Swift
TypeScript
Vue
x64dbg
x64dbg 一个开源的Windows二进制调试器,旨在进行恶意软件分析和你没有源代码的可执行文件的逆向工程。有许多可用的功能和一个全面的插件系统 来添加你自己的功能。你可以在博客上找到更多信息! 屏幕截图 | | | :--: | :--: | 安装与使用 1. 下载快照,并将其解压缩到您的用户具有写权限的位置。 2. _可选择_ 使用 `x96dbg.exe` 来注册一个shell扩展,并在桌面上添加快捷方式。 3. 如果你想调试一个32位的可执行文件,你现在可以运行 `x32\x32dbg.exe` 或者 `x64\x
libfacedetection
libfacedetection This is an open source library for CNN-based face detection in images. The CNN model has been converted to static variables in C source files. The source code does not depend on any other libraries. What you need is just a C++ compiler. You can compile the source code under Windo