{"id":13611423,"url":"https://github.com/junron/auto-enum","last_synced_at":"2025-04-13T04:34:19.954Z","repository":{"id":238301465,"uuid":"796281787","full_name":"junron/auto-enum","owner":"junron","description":"IDA Plugin to automatically identify and set enums for standard functions","archived":false,"fork":false,"pushed_at":"2024-05-14T09:30:22.000Z","size":79,"stargazers_count":222,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-14T10:41:53.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/junron.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":"2024-05-05T13:43:44.000Z","updated_at":"2024-08-01T19:45:04.531Z","dependencies_parsed_at":"2024-08-01T19:45:02.941Z","dependency_job_id":"afbe86da-642a-4c31-8edd-947b9715a6b1","html_url":"https://github.com/junron/auto-enum","commit_stats":null,"previous_names":["junron/auto-enum"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junron%2Fauto-enum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junron%2Fauto-enum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junron%2Fauto-enum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junron%2Fauto-enum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junron","download_url":"https://codeload.github.com/junron/auto-enum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223568212,"owners_count":17166620,"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-08-01T19:01:55.116Z","updated_at":"2024-11-07T18:30:27.797Z","avatar_url":"https://github.com/junron.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Auto Enum\nIDA/Binary Ninja Plugin to automatically identify and set enums for standard functions\n\n## Demo\n\n### Linux\n\nhttps://github.com/junron/auto-enum/assets/26194273/9e43f3ec-0722-4388-951a-b90bec5ab19b\n\n\nSee [`demo.c`](./demo/demo.c) for the source code.\n\n### Windows\n\n\nhttps://github.com/junron/auto-enum/assets/26194273/0c6a0f69-b9c0-42ea-b97b-5848b6f7c3a1\n\nSee [`demo-win.cpp`](./demo/demo-win.cpp) for the source code.\n\n\n## Plugin Installation\n\nCopy `plugin/*` to your IDA/Binary Ninja Plugin directory. No dependencies required.\n\n## TIL patching for IDA\n\nAuto-enum can be integrated directly into the type library (TIL) files, allowing for enum loading without the plugin's installation. However, per-call analysis will only be available if the plugin is installed.\n\nTo modify the TIL files, run the following commands in the `plugin/enumlib/scripts` directory:\n```shell\n# Generate for linux\npython3 apply_to_til.py --platform linux --overwrite\n# Generate for Windows\npython3 apply_to_til.py --platform windows --overwrite\n```\nNote that you must have IDA Pro 9 installed, with `idalib` activated.   \n\nAs the TIL files installed with IDA will be modified, ensure that you have a backup of the `til` directory, as well as sufficient permissions to modify files in the IDA installation directory.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunron%2Fauto-enum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunron%2Fauto-enum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunron%2Fauto-enum/lists"}