{"id":20745739,"url":"https://github.com/hyperdbg/structure-reconstructor","last_synced_at":"2025-10-10T12:31:00.484Z","repository":{"id":233927274,"uuid":"696601597","full_name":"HyperDbg/structure-reconstructor","owner":"HyperDbg","description":"The structure reconstructor of TRM (The Reversing Machine)","archived":false,"fork":false,"pushed_at":"2024-12-09T15:47:59.000Z","size":753,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-09T16:45:09.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/HyperDbg.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":"2023-09-26T04:36:28.000Z","updated_at":"2024-12-09T15:48:27.000Z","dependencies_parsed_at":"2024-04-17T18:19:49.653Z","dependency_job_id":"0114daa6-4e09-42cd-a13e-44ddc19202d9","html_url":"https://github.com/HyperDbg/structure-reconstructor","commit_stats":null,"previous_names":["hyperdbg/structure-reconstructor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperDbg%2Fstructure-reconstructor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperDbg%2Fstructure-reconstructor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperDbg%2Fstructure-reconstructor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperDbg%2Fstructure-reconstructor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperDbg","download_url":"https://codeload.github.com/HyperDbg/structure-reconstructor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235951169,"owners_count":19071247,"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-11-17T07:22:20.652Z","updated_at":"2025-10-10T12:30:52.713Z","avatar_url":"https://github.com/HyperDbg.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Structure Reconstructor\n\nStructure Reconstructor is a Rust project developed to facilitate the reconstruction of data structures from logs gathered by TRM (The Reversing Machine). This tool aims to assist in debugging and reverse engineering by providing a systematic way to recover and understand the memory layout and access patterns captured during runtime.\n\n## Features\n\n- **Automatic Structure Reconstruction**: Automatically generates likely data structure layouts based on log analysis.\n- **User-Friendly Output**: Outputs structures in a format that can be easily used or further analyzed.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nBefore you begin, ensure you have the latest version of Rust installed on your system. You can install Rust through `rustup`, which can be downloaded and installed from [https://rustup.rs/](https://rustup.rs/).\n\n### Installation\n\nTo get a local copy up and running follow these simple steps:\n\n1. **Compile the project:**\n\n   ```bash\n   cargo build --release\n   ```\n\n2. **Run the tool:**\n\n   ```bash\n   cargo run --release -- ffff870407cc8080 .\\example\\log_generated_from_TRM.txt\n   ```\nNote: You could gather the same log for your target user-mode and kernel-mode structure using the VMM hypervisor.\n\n## Usage\n\nAfter running the tool, it will read the input logs from TRM, analyze them, and suggest possible data structure layouts. \n```bash\ntarget\\release\\reconst.exe \u003chex_address_base\u003e \u003cfile_path\u003e\n```\n\n## License\n\nDistributed under the **GPLv3** License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperdbg%2Fstructure-reconstructor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperdbg%2Fstructure-reconstructor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperdbg%2Fstructure-reconstructor/lists"}