{"id":17921537,"url":"https://github.com/theopolis/volafoxie","last_synced_at":"2025-08-11T05:16:02.402Z","repository":{"id":3330670,"uuid":"4374338","full_name":"theopolis/volafoxie","owner":"theopolis","description":"Volafoxie is a custom version of n0fate's volafox. Volafoxie intends to bring a volatility look/feel to the application, as well as provide a small playground for my volatile analysis learning. Definitely a WIP.","archived":false,"fork":false,"pushed_at":"2012-05-19T17:25:44.000Z","size":3029,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T08:43:00.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theopolis.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-18T22:59:27.000Z","updated_at":"2016-02-08T03:57:09.000Z","dependencies_parsed_at":"2022-08-26T13:12:06.190Z","dependency_job_id":null,"html_url":"https://github.com/theopolis/volafoxie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theopolis/volafoxie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theopolis%2Fvolafoxie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theopolis%2Fvolafoxie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theopolis%2Fvolafoxie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theopolis%2Fvolafoxie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theopolis","download_url":"https://codeload.github.com/theopolis/volafoxie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theopolis%2Fvolafoxie/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269833247,"owners_count":24482413,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-28T20:34:37.689Z","updated_at":"2025-08-11T05:16:02.291Z","avatar_url":"https://github.com/theopolis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"== Intro ==\nVolafoxie is a custom version of n0fate's volafox. Volafoxie intends to bring a \nvolatility look/feel to the application, as well as provide a small playground for \nmy volatile analysis learning. Definitely a WIP.\n\n== Reading Physical Memory ==\nThere are several ways on OS X (as of this writing, 10.7.3) to read Physical Memory:\n\n(1) Download MacMemoryReader \n[http://www.cybermarshal.com/index.php/cyber-marshal-utilities/mac-memory-reader]\nWithout using their program, look in 'supportfiles' for the devmem 10X \nfor your version of OS X:\n\n../MacMemoryReader/supportfiles/\n├── PE_state_raw.dtrace\n├── devmem.104x.tgz\n├── devmem.105x.tgz\n├── devmem.106x.tgz\n├── devmem.107x.tgz\n\n$ tar xzf devmem.107x.tgz\n# chown -R root:wheel devmem.kext\n# kextload devmem.kext\n\n(2) Follow the Chapter 8 guide from OS X Internals\n[http://osxbook.com/book/bonus/chapter8/kma/]\n\nThis requires you to compile a KernelMemoryAccess driver using Xcode. I tried\nto write a Makefile for it without success. And I wasn't able to compile without \nXNU version 1228.9.59.\n\n(3) Set kmem=1 in your boot-args through nvram\nCheck to make sure you don't have any existing boot-args\n\n$ nvram -p | grep boot-args\n\nIf you do, make sure you include them:\n\n# nvram boot-args=\"kmem=1\"\n\n(4) Create an OS X VMware Virtual Machine using VMware Fusion, then use the \ncorresponding *.vmem file.\n\n(5) Others, like reading the memory using RDMA.\n\n== How to Use Volafoxie ==\nIt requires Python \u003e2.7 at the moment. \n$ python ./volafoxie -h\n\n== Volafox / Volatility ==\nCheck out [http://code.google.com/p/volafox/] volafox!\nCheck out [http://code.google.com/p/volatility/] volatility!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheopolis%2Fvolafoxie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheopolis%2Fvolafoxie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheopolis%2Fvolafoxie/lists"}