{"id":15067643,"url":"https://github.com/marirs/vivisect-rs","last_synced_at":"2025-04-10T14:32:44.388Z","repository":{"id":63850788,"uuid":"571186714","full_name":"marirs/vivisect-rs","owner":"marirs","description":"A combined disassembler/static analysis/symbolic execution/debugger framework.","archived":false,"fork":false,"pushed_at":"2024-10-10T06:08:44.000Z","size":513,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T13:05:15.550Z","etag":null,"topics":["disassembler","emulation","pe","reverse-engineering","rust","rust-crate","rust-lang","rust-library","vivisect"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marirs.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":"2022-11-27T13:01:31.000Z","updated_at":"2024-10-10T06:08:48.000Z","dependencies_parsed_at":"2025-02-17T12:42:02.177Z","dependency_job_id":null,"html_url":"https://github.com/marirs/vivisect-rs","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/marirs%2Fvivisect-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marirs%2Fvivisect-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marirs%2Fvivisect-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marirs%2Fvivisect-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marirs","download_url":"https://codeload.github.com/marirs/vivisect-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248233947,"owners_count":21069493,"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":["disassembler","emulation","pe","reverse-engineering","rust","rust-crate","rust-lang","rust-library","vivisect"],"created_at":"2024-09-25T01:25:32.433Z","updated_at":"2025-04-10T14:32:44.365Z","avatar_url":"https://github.com/marirs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vivisect\n[![Linux Arm7](https://github.com/marirs/vivisect-rs/actions/workflows/linux_arm7.yml/badge.svg?branch=master)](https://github.com/marirs/vivisect-rs/actions/workflows/linux_arm7.yml)\n[![Linux x86_64](https://github.com/marirs/vivisect-rs/actions/workflows/linux_x86-64.yml/badge.svg?branch=master)](https://github.com/marirs/vivisect-rs/actions/workflows/linux_x86-64.yml)\n[![macOS](https://github.com/marirs/vivisect-rs/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/marirs/vivisect-rs/actions/workflows/macos.yml)\n[![Windows](https://github.com/marirs/vivisect-rs/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/marirs/vivisect-rs/actions/workflows/windows.yml)\n\nA crate to perform static analysis. This is a port of the vivisect library written in python.\n\n[See the original project.](https://github.com/vivisect/vivisect)\n\n### Requirements\n- Rust 1.70+ (2021 edition)\n\n### Usage\n```toml\n[dependencies]\nvivisect = \"0.1.13\"\n```\n\nOR\n\n```toml\n[dependencies]\nvivisect = { git = \"https://github.com/marirs/vivisect-rs\", branch = \"master\" }\n```\n\n### Example\n```rust\nuse vivisect::workspace::VivWorkspace;\n\npub fn main() {\n    let sample_path = \"path_to_the_workspace\";\n    let mut workspace = VivWorkspace::new(\"\", false);\n    workspace.load_from_file(sample_path, None, None);\n    workspace.analyze();\n}\n```\n\n### Contribution\n\nFeel free to make a pull request to update or fix any bug.\n\n---\nLicense: Apache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarirs%2Fvivisect-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarirs%2Fvivisect-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarirs%2Fvivisect-rs/lists"}