{"id":13438180,"url":"https://github.com/strazzere/Emacs-Smali","last_synced_at":"2025-03-19T18:32:16.901Z","repository":{"id":144873141,"uuid":"1451072","full_name":"strazzere/Emacs-Smali","owner":"strazzere","description":"Smali/Baksmali mode for Emacs","archived":false,"fork":false,"pushed_at":"2019-01-28T18:16:49.000Z","size":43,"stargazers_count":33,"open_issues_count":0,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-09T22:41:14.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.strazzere.com/blog","language":"Smali","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strazzere.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2011-03-07T17:32:51.000Z","updated_at":"2024-08-25T10:04:39.000Z","dependencies_parsed_at":"2024-01-03T04:02:32.152Z","dependency_job_id":null,"html_url":"https://github.com/strazzere/Emacs-Smali","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/strazzere%2FEmacs-Smali","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strazzere%2FEmacs-Smali/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strazzere%2FEmacs-Smali/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strazzere%2FEmacs-Smali/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strazzere","download_url":"https://codeload.github.com/strazzere/Emacs-Smali/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244483537,"owners_count":20460135,"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-07-31T03:01:03.467Z","updated_at":"2025-03-19T18:32:16.896Z","avatar_url":"https://github.com/strazzere.png","language":"Smali","funding_links":[],"categories":["Android Security","Tools"],"sub_categories":["Reverse Engineering"],"readme":"Smali/Baksmali mode for Emacs\n=============================\n\nOverview\n--------\nQuickly through this together after seeing all the VIM smali syntax variantions.\nI couldn't find one for emacs - and well, that's the editor I prefer so I mashed\nthis up. It's probably a really bad hack, but I've never made a mode for emacs,\ncurrently I just used the default profile to load this in, feel free to commit and\nmake this better. Not everything is completed, but it's done enough to make reading\nsmali code much better already.\n\nEnjoy!\n\nTim Strazzere - strazz@gmail.com\n\nInstall\n-------\nCopy into your `.emacs.d/init.el` file in your home dir, if you don't have one, rename file to `~/.emacs.d/init.el`\nLoad up a `smali` file and enjoy!\n\nAn example of such code:\n\n    (add-to-list 'load-path \"~/.emacs.d/includes\")\n    ; load the smali/baksmali mode\n    (autoload 'smali-mode \"smali-mode\" \"Major mode for editing and viewing smali issues\" t)\n    (add-to-list 'auto-mode-alist '(\".smali$\" . smali-mode))\n\nNotes\n-----\nI personally use \"//\" comments, though these will not recompile in the publicly released\nbaksmali/smali packages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrazzere%2FEmacs-Smali","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrazzere%2FEmacs-Smali","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrazzere%2FEmacs-Smali/lists"}