{"id":20895301,"url":"https://github.com/egebalci/mappe","last_synced_at":"2025-05-12T23:31:35.542Z","repository":{"id":57695276,"uuid":"89519659","full_name":"EgeBalci/MapPE","owner":"EgeBalci","description":"PE file mapping and manipulation package.","archived":false,"fork":false,"pushed_at":"2022-05-06T14:34:48.000Z","size":20,"stargazers_count":36,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-01T13:37:12.275Z","etag":null,"topics":["loader","parser","pe"],"latest_commit_sha":null,"homepage":"","language":"Go","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/EgeBalci.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}},"created_at":"2017-04-26T19:38:18.000Z","updated_at":"2025-01-28T17:05:40.000Z","dependencies_parsed_at":"2022-09-06T10:40:51.674Z","dependency_job_id":null,"html_url":"https://github.com/EgeBalci/MapPE","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/EgeBalci%2FMapPE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgeBalci%2FMapPE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgeBalci%2FMapPE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgeBalci%2FMapPE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EgeBalci","download_url":"https://codeload.github.com/EgeBalci/MapPE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253840433,"owners_count":21972479,"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":["loader","parser","pe"],"created_at":"2024-11-18T10:27:58.128Z","updated_at":"2025-05-12T23:31:35.264Z","avatar_url":"https://github.com/EgeBalci.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MapPE\nMapPE constructs the memory mapped image of given PE files.\n\n```\ngo install github.com/egebalci/mappe@latest\n```\n\n```\n                      _____________________\n   _____ _____  ______\\______   \\_   _____/\n  /     \\\\__  \\ \\____ \\|     ___/|    __)_ \n |  Y Y  \\/ __ \\|  |_\u003e \u003e    |    |        \\\n |__|_|  (____  /   __/|____|   /_______  /\n       \\/     \\/|__|                    \\/ \n\nAuthor: Ege Balci\nGithub: github.com/egebalci/mappe\n\n[+] \"MZ\" magic number found !\n[+] Valid \"PE\" signature \n\n[-------------------------------------]\n[*] ImageBase: 0x400000\n[*] Address Of Entry: 0x4014e0\n[*] Number Of Sections: 7\n[*] Number Of Symbols: 0\n[*] Size Of Image: 36864 bytes\n[*] Size Of Headers: 1024 bytes\n[*] Checksum: 0xb6b9\n[*] Subsystem: 0x3\n[*] Export Table: 0x400000\n[*] Import Table: 0x406000\n[*] Import Address Table: 0x406120\n[-------------------------------------]\n\n\n##########################################\n#                                        #\n#   .text    -\u003e 0x401000                 #\n#                                        #\n#                                        #\n#                                        #\n##########################################\n#                                        #\n#   .data    -\u003e 0x403000                 #\n##########################################\n#                                        #\n#   .rdata   -\u003e 0x404000                 #\n##########################################\n#                                        #\n#   .bss     -\u003e 0x405000                 #\n##########################################\n#                                        #\n#   .idata   -\u003e 0x406000                 #\n##########################################\n#                                        #\n#   .CRT     -\u003e 0x407000                 #\n##########################################\n#                                        #\n#   .tls     -\u003e 0x408000                 #\n########################################## -\u003e 0x409000\n\n[\u003e] Maping PE headers...\n[\u003e] 0x400000\n[\u003e] 0x401000\n[\u003e] Maping sections... \n[\u003e]  .text\n[\u003e] 0x401000\n[\u003e] 0x403000\n[\u003e]  .data\n[\u003e] 0x403000\n[\u003e] 0x404000\n[\u003e]  .rdata\n[\u003e] 0x404000\n[\u003e] 0x405000\n[\u003e]  .bss\n[\u003e] 0x405000\n[\u003e] 0x406000\n[\u003e]  .idata\n[\u003e] 0x406000\n[\u003e] 0x407000\n[\u003e]  .CRT\n[\u003e] 0x407000\n[\u003e] 0x408000\n[\u003e]  .tls\n[\u003e] 0x408000\n[\u003e] 0x408200\n\n[+] File mapping completed !\n\n[*] Starting integrity checks...\n\n[*] Mapped size: 36864\n\n[*] Checking image size............................ [OK]\n[*] Checking section alignment..................... [OK]\n[*] Checking data directory intervals.............. [OK]\n\n[+] Mapped image dumped into Mem.dmp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegebalci%2Fmappe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegebalci%2Fmappe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegebalci%2Fmappe/lists"}