{"id":21884063,"url":"https://github.com/leiless/kextlogd","last_synced_at":"2026-05-16T01:32:12.893Z","repository":{"id":140255121,"uuid":"162140501","full_name":"leiless/kextlogd","owner":"leiless","description":"Log recorder for macOS kernel extension","archived":false,"fork":false,"pushed_at":"2019-03-06T14:52:41.000Z","size":89,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-11T19:52:52.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leiless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-17T14:10:53.000Z","updated_at":"2023-08-07T19:20:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"62a3745f-3413-4ad6-8718-c86985dd0661","html_url":"https://github.com/leiless/kextlogd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leiless/kextlogd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiless%2Fkextlogd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiless%2Fkextlogd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiless%2Fkextlogd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiless%2Fkextlogd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leiless","download_url":"https://codeload.github.com/leiless/kextlogd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leiless%2Fkextlogd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33087028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-28T10:12:08.066Z","updated_at":"2026-05-16T01:32:12.863Z","avatar_url":"https://github.com/leiless.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## kextlogd - A macOS kernel extension log recorder\n\nThis log recorder can be used to logging generic kernel extension and IOKit driver in macOS\n\n### Theorem\n\nkextlogd will spawn a [log(1)](x-man-page://1/log)/[syslog(1)](x-man-page://1/syslog) process and redirect its output into a file\n\n### Build\n\nBuild this project requres Xcode or [Command Line Tools](https://developer.apple.com/download/more/?=Command%20Line%20Tools) installed\n\n```shell\n# Use `release' target for release build\nmake\n```\n\nYou can specify additional variables in `Makefile.inc`\n\n### Caveats\n\nTheoretically this utility support macOS \u003e= 10.4(macOS below 10.9 not yet tested)\n\nDue to kext cache mechanism(**need verbose explanation**), [log(1)](x-man-page://1/log) itself may unstable for logging. i.e. sometimes there is no log even if you issued one from [printf](http://xr.anadoxin.org/source/xref/macos-10.13.6-highsierra/xnu-4570.71.2/osfmk/kern/printf.c#853) or [IOLog](http://xr.anadoxin.org/source/xref/macos-10.13.6-highsierra/xnu-4570.71.2/iokit/Kernel/IOLib.cpp#1152).\n\nIn such case, a wordaround is to clean the kext cache and reload target kext\n\n```shell\nsudo kextcache -invalidate /\nsudo kextunload -v foobar.kext\nsudo kextload -v foobar.kext\n```\n\n### TODO\n\n* add install/uninstall targets into Makefile\n\n* add install agent/uninstall agent targets into Makefile\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleiless%2Fkextlogd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleiless%2Fkextlogd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleiless%2Fkextlogd/lists"}