{"id":22004899,"url":"https://github.com/revsic/branchtracer","last_synced_at":"2025-08-04T05:33:09.065Z","repository":{"id":140177576,"uuid":"78818951","full_name":"revsic/BranchTracer","owner":"revsic","description":"Branch based windows debugger","archived":false,"fork":false,"pushed_at":"2019-07-30T19:11:44.000Z","size":128,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-05T18:06:00.287Z","etag":null,"topics":["branch-tracer","cpp","dll-injection","exception-handler","veh"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/revsic.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,"zenodo":null}},"created_at":"2017-01-13T05:39:22.000Z","updated_at":"2022-07-10T03:36:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ad5e9e2-d207-49ff-b74d-89ab55cc82b9","html_url":"https://github.com/revsic/BranchTracer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/revsic/BranchTracer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revsic%2FBranchTracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revsic%2FBranchTracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revsic%2FBranchTracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revsic%2FBranchTracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/revsic","download_url":"https://codeload.github.com/revsic/BranchTracer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revsic%2FBranchTracer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268654337,"owners_count":24285122,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["branch-tracer","cpp","dll-injection","exception-handler","veh"],"created_at":"2024-11-30T00:17:29.200Z","updated_at":"2025-08-04T05:33:09.053Z","avatar_url":"https://github.com/revsic.png","language":"C++","readme":"# BranchTracer\nC++ Implementation of Branch Tracer.\n\n- Copyright (c) 2019 YoungJoong Kim. tf-branch-malware is licensed under the [MIT license](./LICENSE).\n- This repository aims to write branch based windows debugger.\n\n## Tested Environments\n- Windows 10\n- Visual Studio 2019\n\n## Usage\nCompile solution with visual studio or msbuild.\n```\nmsbuild .\\Brancher\\Brancher.sln /p:configuration=Debug\n```\nMake log file on C:\\dbg\n```\nmkdir C:\\dbg\necho \"\" \u003e C:\\dbg\\log.txt    # branch tracer open existing log file not creating new\n```\nDefault is debug mode and it will run internet explorer as sample.\n\nCTRL + F5 to run Helper on visual studio, or run on cmd.\n```\ncd .\\Brancher\\Brancher\n..\\x64\\Debug\\Helper.exe     # Helper run branch tracer based on relative path\n```\nOn release mode, place Brancher.dll on C:\\dbg\\Brancher64.dll and target program on C:\\dbg\\sample.exe.\n```\nmsbuild .\\Brancher\\Brancher.sln /p:configuration=Release\nmv .\\Brancher\\x64\\Release\\Brancher.dll C:\\dbg\\Brancher64.dll\ncp C:\\Windows\\notepad.exe C:\\dbg\\sample.exe\necho \"\" \u003e C:\\dbg\\log.txt                                        # reinitialize log\n.\\Brancher\\x64\\Release\\Helper.exe\n```\nSample log file.\n```\n+00007FF730C9B842,00007FFF4E004CC0,msvcrt.dll,memset\n+00007FF730C84279,00007FFF4D83E420,KERNEL32.DLL,GetCommandLineW\n+00007FF730C84289,00007FF730C81130,,\n+00007FF730C8117C,00007FFF4F6CCDE0,ntdll.dll,EtwEventRegister\n+00007FF730C811A9,00007FFF4F6F3720,ntdll.dll,EtwEventSetInformation\n+00007FF730C811B9,00007FF730C9AEC0,,\n+00007FF730C84298,00007FFF4DC0DE40,combase.dll,CoCreateGuid\n+00007FF730C84331,00007FFF4D83EEB0,KERNEL32.DLL,HeapSetInformation\n+00007FF730C8433E,00007FFF4DBBF1A0,combase.dll,CoInitializeEx\n+00007FF730C84354,00007FF730C9A8B0,,\n+00007FF730C9A8DE,00007FFF4DC5C850,combase.dll,RoInitialize\n+00007FF730C9A903,00007FFF4DBC9260,combase.dll,WindowsCreateStringReference\n+00007FF730C9A94E,00007FFF4DBC3FC0,combase.dll,RoGetActivationFactory\n+00007FF730C9A971,00007FFF4F70FC10,ntdll.dll,RtlRetrieveNtUserPfn\n+00007FF730C9AAD7,00007FFF4F70FC10,ntdll.dll,RtlRetrieveNtUserPfn\n+00007FF730C9AAE6,00007FF730C9AEC0,,\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevsic%2Fbranchtracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevsic%2Fbranchtracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevsic%2Fbranchtracer/lists"}