{"id":13559899,"url":"https://sonictk.github.io/asm_tutorial/","last_synced_at":"2025-04-03T15:31:07.041Z","repository":{"id":39533770,"uuid":"170848850","full_name":"sonictk/asm_tutorial","owner":"sonictk","description":"Code samples for the Understanding Windows x64 Assembly tutorial.","archived":false,"fork":false,"pushed_at":"2024-04-01T23:09:14.000Z","size":1883,"stargazers_count":222,"open_issues_count":6,"forks_count":44,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-04T11:38:45.032Z","etag":null,"topics":["assembly","nasm","win32","x64"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sonictk.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}},"created_at":"2019-02-15T10:43:41.000Z","updated_at":"2024-10-24T16:20:28.000Z","dependencies_parsed_at":"2024-01-14T02:50:41.107Z","dependency_job_id":"a7246165-8b70-468d-a48c-9f5eecc39b50","html_url":"https://github.com/sonictk/asm_tutorial","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/sonictk%2Fasm_tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonictk%2Fasm_tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonictk%2Fasm_tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonictk%2Fasm_tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonictk","download_url":"https://codeload.github.com/sonictk/asm_tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247027795,"owners_count":20871594,"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":["assembly","nasm","win32","x64"],"created_at":"2024-08-01T13:00:34.950Z","updated_at":"2025-04-03T15:31:02.894Z","avatar_url":"https://github.com/sonictk.png","language":"C","readme":"# Understanding Windows x64 Assembly code repository #\n\n## About ##\n\nThis repository hosts the code samples for the [accompanying tutorial](https://sonictk.github.io/asm_tutorial/).\n\nIt also contains a whole host of other samples that I was playing with when going\nthrough [Ray Seyfarth's books](http://rayseyfarth.com/) on the subject.\n\n## Usage ##\n\nPlease refer to the instructions in the `build.bat` script for instructions on how t\nto build the examples in this repository. Folders contain their own build scripts\nfor their own individual projects.\n\n## Sample ``.dir-locals.el`` files\n\nThis is what I use for when I'm programming in Emacs.\n\n### Windows\n```\n(\n (nil . ((tab-width . 4)))\n\n (nasm-mode . ((tab-width . 4)\n               (indent-tabs-mode . nil)\n               (nasm-after-mnemonic-whitespace . :space)\n               (compile-command . \"build.bat release\")\n               (cd-compile-directory . \"C:\\\\Users\\\\sonictk\\\\Git\\\\experiments\\\\nasm_learning\")\n               ))\n\n (c++-mode . ((c-basic-offset . 4)\n              (tab-width . 4)\n              (indent-tabs-mode . t)\n              (compile-command . \"build.bat release\")\n              (cd-compile-directory . \"C:\\\\Users\\\\sonictk\\\\Git\\\\experiments\\\\nasm_learning\")\n              (cc-search-directories . (\".\"))\n              ))\n\n (c-mode . ((c-basic-offset . 4)\n            (tab-width . 4)\n            (indent-tabs-mode . t)\n            (compile-command . \"build.bat release\")\n            (cd-compile-directory . \"C:\\\\Users\\\\sonictk\\\\Git\\\\experiments\\\\nasm_learning\")\n            (cc-search-directories . (\".\"))\n            ))\n )\n```\n","funding_links":[],"categories":["Assembly","逆向工程学习资源合集"],"sub_categories":["Windows specific","**汇编（Assembly）**"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/sonictk.github.io%2Fasm_tutorial%2F","html_url":"https://awesome.ecosyste.ms/projects/sonictk.github.io%2Fasm_tutorial%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/sonictk.github.io%2Fasm_tutorial%2F/lists"}