33 Commits (next)

Author SHA1 Message Date
ko1N 5161467e4d Moved leechcore logic to a seperate struct to facility mocking / unit testing
ko1N edaca4ba57 Updated to memflow 0.2.0-beta10
ko1N accfc6fe89 Added windows bindings
ko1N 7b62e5b99a Added incomplete windows bindings
ko1N 3febc1b6a7 Split up pre-generated header into linux and windows version and fixed bindgen feature flag
ko1N 48fdef6204 Added new device_vmm.c file
ko1N 0c0352b4b1 Added auto-clear argument which enables auto-clear functionality of status registers in pcileech; Added feature-gate to prevent re-generating bindings which removes the requirement of having libclang installed; Added more build-pipelines
ko1N 72ec7ba55c Updated to leechcore 2.12 and updated dependencies
ko1N 0529035110 Updated bindgen version
ko1N 9e35ddf135 Updated leechcore to version 2.11
ko1N 696879e731 Updated to memflow 0.2.0-beta5
ko1N d19e1db8c0 Changed blacklist_type to blocklist_type in leechcore-sys build script
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 3527b2f810 Bumped version to 0.2.0-beta1
ko1N ff7b9929d0 Fixed formatting
ko1N 9f73d130f9 Removed parts of the windows header cbindgen workaround
ko1N 52773488a1 Fixed leechcore-sys compilation; Fixed examples
ko1N be5ce8bc96 Ported to latest memflow/next
ko1N 058f229d3c Updated to latest leechcore
ko1N 9edb44d03b Merge branch 'master' into next
ko1N 6466aeca59 Bumped version to 0.1.5
ko1N 98da62e3dc Updated build dependencies
ko1N 931e421a0f Fixed ci script
ko1N 2f0009751b Added manual llvm installation on windows
ko1N 6bd2a47e54 Updated readme and leechcore dependency
ko1N 2a3f0b9c4d Updated to next branch
ko1N e679a403e1 Updated leechcore submodule and fixed linux warnings
ko1N 02b5c95eaa Added a workaround for the requirement of calling DllMain in pcileech to initialize mutexes
ko1N 4c176636d1 Cleaned up code, updated Readme and added the option to load custom memory maps via the arguments
ko1N 9a90bf5dd9 Fixed windows compilation
ko1N 27a970aad2 Recoded pcileech connector by using the leechcore library. Some test-implementations for read/write already exist; very WIP