{"id":25904445,"url":"https://github.com/toasterbirb/harava","last_synced_at":"2026-05-08T20:32:11.895Z","repository":{"id":253645922,"uuid":"843789652","full_name":"Toasterbirb/harava","owner":"Toasterbirb","description":"[MIRROR] Process memory inspection tool","archived":false,"fork":false,"pushed_at":"2025-02-15T18:16:04.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T04:29:54.894Z","etag":null,"topics":["linux","memory-hacking"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Toasterbirb.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":"2024-08-17T12:29:20.000Z","updated_at":"2025-02-15T18:16:08.000Z","dependencies_parsed_at":"2025-02-15T19:22:02.457Z","dependency_job_id":"ec5d48a3-2b43-4c57-98a5-15272416ec3a","html_url":"https://github.com/Toasterbirb/harava","commit_stats":null,"previous_names":["toasterbirb/harava"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Toasterbirb/harava","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fharava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fharava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fharava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fharava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Toasterbirb","download_url":"https://codeload.github.com/Toasterbirb/harava/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Toasterbirb%2Fharava/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32795888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["linux","memory-hacking"],"created_at":"2025-03-03T04:26:24.447Z","updated_at":"2026-05-08T20:32:11.878Z","avatar_url":"https://github.com/Toasterbirb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# harava\n\n*Memory scanner/editor for Linux*\n\n\u003e [!WARNING]\n\u003e This program might consume a significant amount of RAM in certain situations. By default, it has an 8GB limit to prevent system crashes, but temporary usage beyond this limit may occur\n\n## Features\n- Search for selected data types or all of them at once\n    - Supports signed integers (4 and 8 bytes), floats and doubles\n- Modify memory values\n- Filter with different comparison operators or find values that have or have not changed since the previous scan\n\n## Example usage\nFirst figure out the PID of the process with `pgrep` etc.\n```sh\npgrep -i \u003cprocess_name\u003e\n```\nThen give the PID to harava with the `-p` flag. You can also directly pass the PID via shell expansion\n```sh\n./harava -p $(pgrep -i \u003cprocess_name\u003e)\n```\nAfter harava has identified the memory regions to access, use the `help` command for a list of available commands\n\n## Building\n\u003e [!NOTE]\n\u003e If cloning from git, remember to clone with the `--recursive` flag\n\nBuild the project with cmake by running the following commands\n```sh\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\nmake -j$(nproc)\n```\nOn some platforms you might also need to use the `-DCMAKE_CXX_FLAGS=-ltbb` flag with cmake\n\n## Installation\nTo install harava to /usr/local/bin, run the following command\n```sh\nsudo make install\n```\nYou can customize the installation *PREFIX* and *DESTDIR* variables normally with cmake and make.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoasterbirb%2Fharava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoasterbirb%2Fharava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoasterbirb%2Fharava/lists"}