-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#58 MacOS: syscalls monitored by DR, part 1
Progress on syscalls monitored by DR: + No SYS_mmap2: just SYS_mmap + No SYS_uselib + SYS_brk and SYS_mremap are both Linux-only and not present on Mac. Thus dr_raw_mremap and dr_raw_brk are both Linux-only as well. SVN-Revision: 2420
- Loading branch information
1 parent
33bb5db
commit 7bb27f2
Showing
3 changed files
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters