openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
M
mach_inject
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 24, 2025 — Feb 24, 2026
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[CHANGELOG] 1.3
rentzsch
More...
over 9 years ago
Bump semver to 1.3.0 from 1.2.0, copyright dates.
rentzsch
More...
over 9 years ago
Add backwards compilation compatibility to <10.12
rentzsch
More...
over 9 years ago
fix bug for macOS Serria
wzqcongcong
More...
over 9 years ago
Merge pull request #14 from Rainburst/semver-1.x
Jonathan 'Wolf' Rentzsch
More...
over 11 years ago
Fixed Yosemite support for MachInjectSample(according to https://github.com/rentzsch/mach_inject/issues/13) and fixed project file.
Nikita Ilyasov
More...
over 11 years ago
Merge pull request #9 from mulle-nat/semver-1.x
Jonathan 'Wolf' Rentzsch
More...
over 12 years ago
added one little error check
Nat!
More...
over 12 years ago
Merge pull request #6 from gdonelli/semver-1.x
Jonathan 'Wolf' Rentzsch
More...
over 12 years ago
Adjusting stack alignement to prevent crash upon injection in OS X 10.9 (Mavericks)
Giovanni Donelli
More...
over 12 years ago
Merge pull request #3 from erwanb/mach_inject_example
Jonathan 'Wolf' Rentzsch
More...
about 13 years ago
Add a new mach_inject demo project
Erwan Barrier
More...
about 13 years ago
update copyright, remove doxygen
rentzsch
More...
over 13 years ago
Update README for mach_override split.
rentzsch
More...
over 13 years ago
mach_star => mach_inject
rentzsch
More...
over 13 years ago
Merge pull request #39 from espindola/master
Jonathan 'Wolf' Rentzsch
More...
over 13 years ago
Add "movsbl %sil, %ecx" to the list of known instructions. Shows up on OS X 10.8.
Rafael Ávila de Espíndola
More...
over 13 years ago
Merge pull request #38 from espindola/master
Jonathan 'Wolf' Rentzsch
More...
over 13 years ago
Use vm_region_64 to skip an entire region at a time instead of one page at a time.
Rafael Ávila de Espíndola
More...
over 13 years ago
Use early returns.
Rafael Ávila de Espíndola
More...
over 13 years ago
Simplify allocateBranchIsland.
Rafael Ávila de Espíndola
More...
over 13 years ago
Simplify freeBranchIsland.
Rafael Ávila de Espíndola
More...
over 13 years ago
Constant propagate kAllocateHigh.
Rafael Ávila de Espíndola
More...
over 13 years ago
Use a constant for the page size.
Rafael Ávila de Espíndola
More...
over 13 years ago
Merge pull request #37 from maerean/patch-1
Jonathan 'Wolf' Rentzsch
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
maerean
More...
over 13 years ago
Merge pull request #35 from dgivone/master
Jonathan 'Wolf' Rentzsch
More...
almost 14 years ago
add mov %edi, %eax instruction for x86_64 architectures which is needed to override CGErrorBreakpoint in CoreGraphics framework
David Givone
More...
almost 14 years ago
Merge pull request #34 from espindola/master
Jonathan 'Wolf' Rentzsch
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.
Rafael Ávila de Espíndola
More...
almost 14 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree