{"id":38706254,"url":"https://github.com/memflow/memflow-reclass-plugin","last_synced_at":"2026-01-17T10:56:38.066Z","repository":{"id":43754137,"uuid":"309103957","full_name":"memflow/memflow-reclass-plugin","owner":"memflow","description":"memflow plugin for ReClass.NET","archived":false,"fork":false,"pushed_at":"2024-06-09T21:08:32.000Z","size":1136,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-09T22:21:49.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/memflow.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":"2020-11-01T13:39:11.000Z","updated_at":"2024-06-09T21:08:36.000Z","dependencies_parsed_at":"2022-08-22T10:20:20.919Z","dependency_job_id":null,"html_url":"https://github.com/memflow/memflow-reclass-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/memflow/memflow-reclass-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-reclass-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-reclass-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-reclass-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-reclass-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memflow","download_url":"https://codeload.github.com/memflow/memflow-reclass-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-reclass-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"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":[],"created_at":"2026-01-17T10:56:37.411Z","updated_at":"2026-01-17T10:56:38.060Z","avatar_url":"https://github.com/memflow.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# memflow-reclass-plugin\n\nThis plugin integrates the [memflow](https://github.com/memflow/memflow) physical memory introspection framework with [ReClass.NET](https://github.com/ReClassNET/ReClass.NET).\n\nThe plugin uses the memflow crates internally and also holds caches locally. Any connector that can be used with memflow can also be used with this plugin.\n\n## Compilation\n\nJust run the following command to compile the plugin.\n\n```\ncargo build --release\n```\n\nThe resulting plugin can be found under `./target/release/libmemflow_reclass.so` (or dll on windows).\n\n## Usage\n\nAfter the plugin has been copied to the `./Plugins` folder in ReClass it can be selected as a plugin inside of ReClass.\n\nMake sure you start [ReClass.NET](https://github.com/ReClassNET/ReClass.NET) with the appropiate access rights (e.g. SYS_PTRACE) for the connector you intend to use.\n\nMore information on access rights can be found in the [memflow repository](https://github.com/memflow/memflow) or in the specific connector repository.\n\n## Configuration\n\nThe `memflow.toml` file is used to configure the plugin and configure the memflow connector that should be used. The file has the following format:\n```toml\nconnector = \"kvm\" # the name of the connector to use\nargs = \"\" # the argument string passed to the connector, optional\nlog_level = \"info\" # changes the memflow logging level, optional\nparse_sections = true # will load section information of the process\n```\n\nDepending on the Connector you use it might be useful to disable section parsing as this slow down the ReClass UI.\n\n**The plugin as well as the `memflow.toml` file have to be put in the ReClass `/Plugins` folders.**\n\n## Remarks\n\nThis plugin is still work in progress and some features might not yet work as expected.\n\n## License\n\nLicensed under MIT License, see [LICENSE](LICENSE).\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemflow%2Fmemflow-reclass-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemflow%2Fmemflow-reclass-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemflow%2Fmemflow-reclass-plugin/lists"}