0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[CHANGELOG] 1.3 More... over 9 years ago
Bump semver to 1.3.0 from 1.2.0, copyright dates. More... over 9 years ago
Add backwards compilation compatibility to <10.12 More... over 9 years ago
fix bug for macOS Serria More... over 9 years ago
Merge pull request #14 from Rainburst/semver-1.x More... over 11 years ago
Fixed Yosemite support for MachInjectSample(according to https://github.com/rentzsch/mach_inject/issues/13) and fixed project file. More... over 11 years ago
Merge pull request #9 from mulle-nat/semver-1.x More... over 12 years ago
added one little error check More... over 12 years ago
Merge pull request #6 from gdonelli/semver-1.x More... over 12 years ago
Adjusting stack alignement to prevent crash upon injection in OS X 10.9 (Mavericks) More... over 12 years ago
Merge pull request #3 from erwanb/mach_inject_example More... about 13 years ago
Add a new mach_inject demo project More... about 13 years ago
update copyright, remove doxygen More... over 13 years ago
Update README for mach_override split. More... over 13 years ago
mach_star => mach_inject More... over 13 years ago
Merge pull request #39 from espindola/master More... over 13 years ago
Add "movsbl %sil, %ecx" to the list of known instructions. Shows up on OS X 10.8. More... over 13 years ago
Merge pull request #38 from espindola/master More... over 13 years ago
Use vm_region_64 to skip an entire region at a time instead of one page at a time. More... over 13 years ago
Use early returns. More... over 13 years ago
Simplify allocateBranchIsland. More... over 13 years ago
Simplify freeBranchIsland. More... over 13 years ago
Constant propagate kAllocateHigh. More... over 13 years ago
Use a constant for the page size. More... over 13 years ago
Merge pull request #37 from maerean/patch-1 More... over 13 years ago
Fix the compile time warning when building Chromium for 64 bits: chromium/trunk/src/third_party/mach_override/mach_override.c:374:59:{374:25-374:97}{374:98-374:99}: error: '&' within '|' [-Werror,-Wbitwise-op-parentheses] vm_address_t first = (uint64_t)originalFunctionAddress & ~(uint64_t)(((uint64_t)1 << 31) - 1) | ((uint64_t)1 << 31); // start in the middle of the page? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ chromium/trunk/src/third_party/mach_override/mach_override.c:374:59: note: place parentheses around the '&' expression to silence this warning More... over 13 years ago
Merge pull request #35 from dgivone/master More... almost 14 years ago
add mov %edi, %eax instruction for x86_64 architectures which is needed to override CGErrorBreakpoint in CoreGraphics framework More... almost 14 years ago
Merge pull request #34 from espindola/master More... almost 14 years ago
Add "mov $imm, %eax" to the known instructions. This is needed to work on 'write' on 32 OS X 10.7. More... almost 14 years ago