Popular repositories Loading
339 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
tangramdotdev/tangram,
m-hilgendorf/tesi,
m-hilgendorf/simple-eq
and 6 other
repositories
Loading
Contribution activity
July 2025
Created 5 commits in 2 repositories
Created 1 repository
-
m-hilgendorf/LIEF
C++
This contribution was made on Jul 18
Opened 3 pull requests in 2 repositories
tangramdotdev/tangram
1
closed
1
merged
-
fix: do not assume exit status is 0 when reusing cached processes
This contribution was made on Jul 9
-
fix: validate try_get_object_remote() responses
This contribution was made on Jul 3
tangramdotdev/packages
1
merged
-
feat: use tg::cache::cache instead of tg::checkout with path: None
This contribution was made on Jul 8
Created an issue in lief-project/LIEF that received 2 comments
Adding a segment invalidates statically linked ELF binaries
Describe the bug
Calling add(segment)
on an ELF::Binary
corrupts the binary in unpredictable ways.
Compile hello world program:
To Reproduce
// hel…
2
comments