{"id":18141464,"url":"https://github.com/redragonx/plzasm","last_synced_at":"2026-03-14T15:01:40.788Z","repository":{"id":13350000,"uuid":"16037274","full_name":"redragonx/plzasm","owner":"redragonx","description":"My Twiter assembly bot source","archived":false,"fork":false,"pushed_at":"2014-01-19T08:26:33.000Z","size":312,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-29T10:08:34.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/redragonx.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}},"created_at":"2014-01-19T00:43:27.000Z","updated_at":"2020-03-24T13:08:16.000Z","dependencies_parsed_at":"2022-09-04T10:52:18.073Z","dependency_job_id":null,"html_url":"https://github.com/redragonx/plzasm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/redragonx/plzasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redragonx%2Fplzasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redragonx%2Fplzasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redragonx%2Fplzasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redragonx%2Fplzasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redragonx","download_url":"https://codeload.github.com/redragonx/plzasm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redragonx%2Fplzasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903011,"owners_count":26065786,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-01T17:07:17.166Z","updated_at":"2025-10-08T06:46:04.349Z","avatar_url":"https://github.com/redragonx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plzasm Assembly Bot\n\nTweet an x86 instruction like \"JMP EAX\" to [@plzasm](https://twitter.com/plzasm) and it will assemble it for you. \n\n**Disclaimer**: This project is a work in progress. Please use the issue tracker\nto report any enhancements or issues you encounter.\n\n## Dependencies\n\nYou will need a x86/x64 CPU. You will need to install gcc and objdump too. \n\nThe assembly bot requires two libraries, which are included in this project. \n\nThe first library is created by [Taylor Hornby](https://defuse.ca). He created the assembly library that does the heavy work.\n\nThe second library is tmhOAuth. This lets us access the Twitter api. The library requires php5-curl and curl. Please install these with your package manager. \n\nGo here for more information on [tmhOAuth](https://github.com/themattharris/tmhOAuth).\n\n## Usage\n\nUsing this bot should be easy. You just have to put your Twitter api keys in plzasm.php and type `php plzasm.php` in \na command line.\n\n1. Put Twitter api keys in plzasm.php.\n2. Create the log file plzasm.log in /var/log/ hint: do (`chown plzasm:plzasm /var/log/plzasm.log` once you created the user and group.)\n3. `php plzasm.php` as root so it can access the log file. (Read on if you don't want to run as root.)\n\nWe included an optional [Debian service file](https://github.com/redragonx/plzasm/blob/master/plzasm) so you can use the assembly bot as a daemon. \n\n1. Create a simple user/group named plzasm. The user does not need a home dir or default bash access.\n2. To create a user group, do `groupadd plzasm` as root.\n3. To create the user with the group you just made, do `useradd -g plzasm plzasm`\n4. Run `chown plzasm:plzasm /var/log/plzasm.log` once you created the user and group.\n2. You place the service file in /etc/init.d/ with the root user. \n2. Run the following command as root `update-rc.d plzasm defaults`. This will start the bot on system reboots too.\n3. Run the bot with this command `service plzasm start`\n\n## Change History\n\nFirst version release.\n\n## Community\n\nLicense: AGPL, LGPL, and Apache 2. See included license files.\n\nFollow [@Redragonx](https://twitter.com/intent/follow?screen_name=redragonx) or [@DefuseSec](https://twitter.com/intent/follow?screen_name=defusesec) to receive updates on releases, or ask for support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredragonx%2Fplzasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredragonx%2Fplzasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredragonx%2Fplzasm/lists"}