{"id":19409888,"url":"https://github.com/dsuarezv/volatilitystudio","last_synced_at":"2026-05-15T17:05:44.767Z","repository":{"id":37189246,"uuid":"270335229","full_name":"dsuarezv/volatilitystudio","owner":"dsuarezv","description":"A GUI for the volatility framework using Electron","archived":false,"fork":false,"pushed_at":"2022-11-10T17:24:39.000Z","size":4143,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T02:23:46.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/dsuarezv.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-06-07T14:43:37.000Z","updated_at":"2020-07-11T10:07:59.000Z","dependencies_parsed_at":"2023-01-22T03:49:58.340Z","dependency_job_id":null,"html_url":"https://github.com/dsuarezv/volatilitystudio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsuarezv/volatilitystudio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2Fvolatilitystudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2Fvolatilitystudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2Fvolatilitystudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2Fvolatilitystudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsuarezv","download_url":"https://codeload.github.com/dsuarezv/volatilitystudio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsuarezv%2Fvolatilitystudio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33072977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2024-11-10T12:13:57.997Z","updated_at":"2026-05-15T17:05:44.749Z","avatar_url":"https://github.com/dsuarezv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Volatility Studio\n\nA GUI for the [Volatility framework v3](https://github.com/volatilityfoundation/volatility3) written in Javascript with Electron. It runs on Windows, Linux and OSX.\n\nFor now a starting point to experiment with Windows memory images.\n\n## Trying it\n\nI have only tested this in Windows with Anaconda for now.\n\n### Setting up volatility3 with Anaconda\n\nOpen an Anaconda command prompt and type the following commands\n\n    conda create --name=volatility3 python=3.8  pefile\n    conda activate volatility3\n    cd path_to_contain_volatility\n    git clone https://github.com/volatilityfoundation/volatility3\n\nTry your installation with\n\n    cd volatility3       (this is your VOLATILITYPATH value)\n    python vol.py -h\n\nYou should get a list of supported options and commands from volatility. Now, to do something useful, you'll need to install the symbols. Please refer to [the volatility project page on GitHub](https://github.com/volatilityfoundation/volatility3) for details of the installation. To get the windows symbols, [download and unpack this](https://downloads.volatilityfoundation.org/volatility3/symbols/windows.zip) in the volatility\\symbols directory.\n\nTest your image with:\n\n    python vol.py -f memoryimage.bin windows.info\n\nYou should get some details of the image printed.\n\n### Volatility Studio\n\nYou need to create .env file in the root of the VolatilityStudio project with this content:\n\n    PYTHONPATH=C:\\Users\\user\\.conda\\envs\\volatility3\n    VOLATILITYPATH=C:\\Users\\user\\path\\to\\volatility3\\cloned\\repo\n    MEMORYIMAGE=C:\\Users\\user\\Downloads\\MemoryImageToAnalyze.bin\n\nTo get the PYTHONPATH value, run \"conda env list\" and copy the location of your volatility3 environment.\n\nInstall node packages:\n\n    npm install\n\nAfter that, start VolatilityStudio with:\n\n    npm run dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsuarezv%2Fvolatilitystudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsuarezv%2Fvolatilitystudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsuarezv%2Fvolatilitystudio/lists"}