{"id":19179381,"url":"https://github.com/archercreat/api-tracer","last_synced_at":"2025-10-04T05:24:14.505Z","repository":{"id":132753766,"uuid":"607777375","full_name":"archercreat/api-tracer","owner":"archercreat","description":"api-tracer is a tiny (useless) tracer","archived":false,"fork":false,"pushed_at":"2023-02-28T17:02:20.000Z","size":138,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T21:46:27.970Z","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/archercreat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-28T16:51:40.000Z","updated_at":"2024-11-30T17:23:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c00b12f-e2fc-4ed8-b5b1-42ae1ee72207","html_url":"https://github.com/archercreat/api-tracer","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/archercreat%2Fapi-tracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archercreat%2Fapi-tracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archercreat%2Fapi-tracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archercreat%2Fapi-tracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archercreat","download_url":"https://codeload.github.com/archercreat/api-tracer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252961858,"owners_count":21832192,"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-09T10:42:58.069Z","updated_at":"2025-10-04T05:24:09.458Z","avatar_url":"https://github.com/archercreat.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# api-tracer - tiny (useless) tracer\n\napi-tracer is a dynamic library that, when loaded into a process, intercepts and logs each exported function from a list of intercepted libraries. It was a fun project to test some functionality when use of DBI/Debugger is not possible.\n\n## Usage\n\nThe project comes with the simple loader that creates suspended process and injects `trace.dll`:\n```\n\u003e loader.exe --help\nUsage: api-tracer: trace.dll Loader [--help] [--version] --exe VAR [--tracer VAR] args\n\nPositional arguments:\n  args          Arguments to pass to target executable [nargs: 0 or more] [default: {}]\n\nOptional arguments:\n  -h, --help    shows help message and exits\n  -v, --version prints version information and exits\n  -e, --exe     Target executable to trace [default: \"\"]\n  -t, --tracer  Path to tracer.dll [default: \"\"]\n```\n\nIn order to use api-tracer, one needs to place `hooks.txt` file that contains list of dlls seperated by new line in the current directory. To filter api calls from specific modules, place `filters.txt` in the current directory with the list of modules. The output will be logged in `trace.txt` file.\n\n## Example setup.\n\n`filters.txt`:\n```\nmy-awesome-program.exe\n```\n\n`hooks.txt`:\n```\nkernel32.dll\nuser32.dll\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchercreat%2Fapi-tracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchercreat%2Fapi-tracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchercreat%2Fapi-tracer/lists"}