{"id":13746421,"url":"https://github.com/inforion/idapython-cheatsheet","last_synced_at":"2026-01-17T16:15:18.142Z","repository":{"id":37432417,"uuid":"183304692","full_name":"inforion/idapython-cheatsheet","owner":"inforion","description":"Scripts and cheatsheets for IDAPython","archived":false,"fork":false,"pushed_at":"2023-11-02T08:55:37.000Z","size":1032,"stargazers_count":682,"open_issues_count":2,"forks_count":85,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-05-09T07:40:32.088Z","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/inforion.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}},"created_at":"2019-04-24T20:49:08.000Z","updated_at":"2025-05-06T14:35:43.000Z","dependencies_parsed_at":"2024-01-07T05:58:45.717Z","dependency_job_id":"97acc24e-3d59-470d-828d-cb074c9603de","html_url":"https://github.com/inforion/idapython-cheatsheet","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/inforion/idapython-cheatsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inforion%2Fidapython-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inforion%2Fidapython-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inforion%2Fidapython-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inforion%2Fidapython-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inforion","download_url":"https://codeload.github.com/inforion/idapython-cheatsheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inforion%2Fidapython-cheatsheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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-08-03T06:00:53.344Z","updated_at":"2026-01-17T16:15:18.123Z","avatar_url":"https://github.com/inforion.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"ad68872e14f70db53e8d9519213ec039\"\u003e\u003c/a\u003eIDAPython本身","\u003ca id=\"8c5a692b5d26527ef346687e047c5c21\"\u003e\u003c/a\u003e收集","Python","Python (1887)","使用"],"sub_categories":["\u003ca id=\"c42137cf98d6042372b1fd43c3635135\"\u003e\u003c/a\u003echeatsheets","\u003ca id=\"ad68872e14f70db53e8d9519213ec039\"\u003e\u003c/a\u003eIDAPython本身"],"readme":"# idapython-cheatsheet\n![cheatsheet.png](cheatsheet_logo.png)\n\nCheatsheets and example scripts for IDAPython (7.x and 6.x).\n\nIt looks like this:\n\n![IDAPython-7.x](IDAPython-7x_cheatsheet_web_en.png)\n\n## Printable versions\n\n### PDF\n- [English (IDA 6.x and 7.x)](https://github.com/inforion/idapython-cheatsheet/releases/download/pdf/IDAPython_cheat_sheet_.6x_7x._ENG.pdf)\n- [Russian (IDA 6.x and 7.x)](https://github.com/inforion/idapython-cheatsheet/releases/download/pdf/IDAPython_cheat_sheet_.6x_7x._RUS.pdf)\n\n\n### IDAPython 7.x (PNG)\n\n- [IDAPython 7.x cheatsheet (English)](https://github.com/inforion/idapython-cheatsheet/releases/download/7.x/IDAPython-7.x_cheatsheet_print_en.png)\n- [IDAPython 7.x cheatsheet (Russian)](https://github.com/inforion/idapython-cheatsheet/releases/download/7.x/IDAPython-7.x_cheatsheet_print_ru.png)\n\n### IDAPython 6.x (PNG)\n\n- [IDAPython 6.x cheatsheet (English)](https://github.com/inforion/idapython-cheatsheet/releases/download/v1.0/IDAPython_cheatsheet_print_en.png)\n- [IDAPython 6.x cheatsheet (Russian)](https://github.com/inforion/idapython-cheatsheet/releases/download/v1.0/IDAPython_cheatsheet_print_ru.png)\n\n## Tips \u0026 triks \u0026 examples\n\n### Debugger Hooks\n- Work with breakpoints [source code](https://github.com/inforion/idapython-cheatsheet/blob/master/debugger_hooks/breakpoints.py)\n\n### Listing \n- Simple transformations in disassembler view [source code](https://github.com/inforion/idapython-cheatsheet/blob/master/listing/disasm_transform.py) \n- Make comment to function, using it's argument [source code](https://github.com/inforion/idapython-cheatsheet/blob/master/listing/function_arguments.py) \n\n### Types\n- Apply types to functions and data [source code](https://github.com/inforion/idapython-cheatsheet/blob/master/types/apply_types.py) \n- Work with enums [source code](https://github.com/inforion/idapython-cheatsheet/blob/master/types/enums.py) \n\n### Xrefs\n- Add simple code and data cross-references [source code](https://github.com/inforion/idapython-cheatsheet/blob/master/xrefs/simple_xrefs.py) \n\n### Miscellaneous\n- Parsing Global Descriptor Table (GDT, x86) [source code](https://github.com/inforion/idapython-cheatsheet/blob/master/misc/parse_gdt.py)\n- Parsing Interrupt Descriptor Table (IDT, x86) [source code](https://github.com/inforion/idapython-cheatsheet/blob/master/misc/parse_idt.py)\n\n## Links\n\n- [\"The Beginner's Guide to IDAPython\" by Alexander Hanel](https://leanpub.com/IDAPython-Book)\n- [\"Introduction to IDAPython\" by Ero Carrera](https://github.com/cyphunk/sectk/blob/master/docs/Software_RE/Ero-Introduction%20to%20IDAPython.pdf)\n- [IDAPyHelper - script that helps writing IDAPython scripts and plugins](https://github.com/patois/IDAPyHelper)\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finforion%2Fidapython-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finforion%2Fidapython-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finforion%2Fidapython-cheatsheet/lists"}