Popular repositories Loading
-
ghidra
ghidra PublicForked from NationalSecurityAgency/ghidra
Ghidra is a software reverse engineering (SRE) framework
Java
-
FBRetainCycleDetector
FBRetainCycleDetector PublicForked from facebook/FBRetainCycleDetector
iOS library to help detecting retain cycles in runtime.
Objective-C++
-
libimobiledevice
libimobiledevice PublicForked from libimobiledevice/libimobiledevice
A cross-platform protocol library to communicate with iOS devices
C
-
GhidraNes
GhidraNes PublicForked from kylewlacy/GhidraNes
Ghidra extension for loading iNES 1.0 NES ROMs
Java
-
Dobby
Dobby PublicForked from jmpews/Dobby
a lightweight, multi-platform, multi-architecture hook framework.
C++ 1
-
llvm-project
llvm-project PublicForked from llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
LLVM
11 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2025
Created a pull request in llvm/llvm-project that received 1 comment
[tsan] Fix false positive on dispatch blocks created with the barrier flag
libdispatch allows blocks created with dispatch_block_create to behave as barriers if the DISPATCH_BLOCK_BARRIER flag is applied. However, the TSAN…