Popular repositories Loading
-
Android-Native-Root-Detector
Android-Native-Root-Detector PublicForked from reveny/Android-Native-Root-Detector
A tool for detecting root on android
Kotlin 1
-
-
-
ysoserial
ysoserial PublicForked from frohoff/ysoserial
A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
Java
-
Static-Program-Analysis-Book
Static-Program-Analysis-Book PublicForked from RangerNJU/Static-Program-Analysis-Book
Getting started with static program analysis. 静态程序分析入门教程。
-
winafl
winafl PublicForked from googleprojectzero/winafl
A fork of AFL for fuzzing Windows binaries
C
32 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 1 commit in 1 repository
Created 14 repositories
-
ibranch7/learn-assembly-on-Apple-Silicon-Mac
C
This contribution was made on Apr 22
-
ibranch7/crawler
JavaScript
This contribution was made on Apr 21
-
ibranch7/auto-clock-in-szxd
JavaScript
This contribution was made on Apr 21
-
ibranch7/tauri
Rust
This contribution was made on Apr 15
-
ibranch7/mariana-trench
C++
This contribution was made on Apr 15
-
ibranch7/protocol-contracts
Solidity
This contribution was made on Apr 14
-
ibranch7/vulnpocs
This contribution was made on Apr 11
-
ibranch7/langflow
Python
This contribution was made on Apr 11
-
ibranch7/ai-agents
Rust
This contribution was made on Apr 3
-
ibranch7/sasquatch
Shell
This contribution was made on Apr 3
-
ibranch7/WxArticleCode
JavaScript
This contribution was made on Apr 1
-
ibranch7/RustRedOps
Rust
This contribution was made on Apr 1
-
ibranch7/media-server
C
This contribution was made on Apr 1
-
ibranch7/ZLMediaKit
C++
This contribution was made on Apr 1
Created a pull request in ZLMediaKit/ZLMediaKit that received 4 comments
fix: 提前判断操作的是否为目录,避免对目录进行mmap操作,导致程序崩溃。
根本原因
在HttpBody.cpp
中,getSharedMmap
函数直接尝试对所有路径进行mmap操作,没有进行文件类型检查。
修复方案
添加目录检查