{"id":18110724,"url":"https://github.com/secretsquirrel/osx_mach_stuff","last_synced_at":"2025-04-14T01:09:50.383Z","repository":{"id":27840605,"uuid":"31330694","full_name":"secretsquirrel/osx_mach_stuff","owner":"secretsquirrel","description":"Personal Exploration of Mach Programming","archived":false,"fork":false,"pushed_at":"2015-04-21T14:29:28.000Z","size":296,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T01:09:40.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secretsquirrel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-25T19:03:29.000Z","updated_at":"2024-08-12T19:16:23.000Z","dependencies_parsed_at":"2022-09-02T13:30:51.202Z","dependency_job_id":null,"html_url":"https://github.com/secretsquirrel/osx_mach_stuff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretsquirrel%2Fosx_mach_stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretsquirrel%2Fosx_mach_stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretsquirrel%2Fosx_mach_stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secretsquirrel%2Fosx_mach_stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secretsquirrel","download_url":"https://codeload.github.com/secretsquirrel/osx_mach_stuff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804825,"owners_count":21164135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-01T00:11:16.357Z","updated_at":"2025-04-14T01:09:50.363Z","avatar_url":"https://github.com/secretsquirrel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSX Mach Stuff\n\n\nNemo's work from uniformed back in 2006 on mach programming.\n\nUpdating the code to 10.10 for a mental exercise and to learn mach programming.\n\n## Chapter 7 replacing ptrace\n\n\nChapter 7 is where it really starts from a programming POV.\n\nTo see the example working:\n\n\n\t\tOn 10.10:\n\t\tgcc -o chapter_7 chapter_7.c\n\n\t\tbrew install nasm\n\n\t\tnasm -f macho64 test.asm -o test.o  \u0026\u0026 ld -e _main -macosx_version_min 10.8 -arch x86_64 test.o -lSystem\n\n\t\t./a.out \u0026\n\t\tsudo ./chapter_7 [a.out pid]\n\t\t[snip output]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretsquirrel%2Fosx_mach_stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretsquirrel%2Fosx_mach_stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretsquirrel%2Fosx_mach_stuff/lists"}