Commit Graph

99 Commits (0.2.0-beta7)
 

Author SHA1 Message Date
ko1N 36f558858d Updated to memflow 0.2.0-beta7
ko1N d4f117b359 Updated dependencies and examples to adhere to new argument format
ko1N 9e35ddf135 Updated leechcore to version 2.11
ko1N 696879e731 Updated to memflow 0.2.0-beta5
ko1N 963953cbf6 Added out callback to make memflow caches work
ko1N d19e1db8c0 Changed blacklist_type to blocklist_type in leechcore-sys build script
ko1N e6b6f760ef Fixed compilation
ko1N 00bfbcf6e6 Fixed memory metadata not being accounted for
ko1N 77634eea38 Bumped version to 0.2.0-beta2
ko1N 304aef7680 Updated to memflow 0.2.0-beta4
ko1N 4e51d1572b
Merge pull request from memflow/next
Update to memflow 0.2.0-beta
ko1N 3527b2f810 Bumped version to 0.2.0-beta1
ko1N f03880bbc7 Added cargo.lock file to enable reproducible builds
ko1N 5f50fa57b6 Updated logging to use simplelog; added basic install.rhai script
ko1N 9ee8c33fc4 Updated to latest memflow/next
ko1N 2848cd1d0e Updated to latest memflow/next
ko1N f0c992abc4 Updated to latest memflow/next
ko1N ff7b9929d0 Fixed formatting
ko1N 9f73d130f9 Removed parts of the windows header cbindgen workaround
ko1N 8d2573e58a Merge branch 'next' of github.com:memflow/memflow-pcileech into next
ko1N b403aafb54 Fixed an edge case when page boundaries are crossed in non-aligned reads which caused the reads to fail silently in leechcore
ko1N d870f10a27 Updated readme
ko1N 1f77842086 Fixed gap write handling when additional reads are required
ko1N 80de329158 Actually implemented memory mappings with optional override from the os
ko1N 52773488a1 Fixed leechcore-sys compilation; Fixed examples
ko1N be5ce8bc96 Ported to latest memflow/next
ko1N ee552a68ad Improved examples
ko1N 058f229d3c Updated to latest leechcore
ko1N eca56660a1 Updated set_mem_map function to latest memflow/next
ko1N 2eb3ca73e6 Updated to latest memflow, added set_mem_map support
ko1N 9edb44d03b Merge branch 'master' into next
ko1N 125be46db3 Added registry key to acquire the memory map to readme
ko1N e77f291e72 Added zip generation for artifacts
ko1N a09c544363 Removed mac os from asset upload
ko1N 0166bf703a Switched to release build
ko1N 6466aeca59 Bumped version to 0.1.5
ko1N e0fb116a84 Fixed release workflow
ko1N 6bfe84dfe1 Fixed github action syntax
ko1N 6580b3ca14 Updated github actions
ko1N ada67bae28 Merge branch 'master' of github.com:memflow/memflow-pcileech
ko1N 5357a10791 Removed mac os builds from ci; added LIBCLANG_PATH remarks to readme
ko1N 51074701e3 Changed llvm installation
ko1N bc1ab377e6 Added workaround for missing libclang on github ci
ko1N 98da62e3dc Updated build dependencies
ko1N 931e421a0f Fixed ci script
ko1N 119a9de022 Added clang compiler to windows build
ko1N a9369ad0ee Added mingw path to ci
ko1N c52bd8354c Changed macports installation
ko1N 647e5d77fd Updated to latest choco installer
ko1N 2f0009751b Added manual llvm installation on windows