130 Commits (main)
 

Author SHA1 Message Date
ko1N bace27d6af Write algorithm now batches all necessary gap reads; Fixed memory leak in write algorithm; Improved read algorithm
ko1N 4fb47386f4 Reverted back to memflow 0.1
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 ca12f4b602 Fixed formatting
ko1N 782ed85563 Fixed example
ko1N e0315132fe Updated to memflow/next branch
ko1N 7ed4d33776 Updated ci
ko1N f84005d7c6 Updated readme and added github ci
ko1N fff8c0928a Updated to latest memflow 0.1.4
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 f4e6e92cb0 Updated scatter algorithm to use original buffer's where possible. Added scattered write algorithm
ko1N edf22e8457 Changed read algorithm to use LcReadScatter
ko1N 9bd3b83996 Improved write algorithm
ko1N c1d087abe0 Cleaned up read algorithm
ko1N b40c8ef1c3 Implemented metadata
ko1N fc8718bc50 Updated readme
ko1N 27a970aad2 Recoded pcileech connector by using the leechcore library. Some test-implementations for read/write already exist; very WIP
ko1N 21315c77ec Added wip notice
ko1N f5cc8dd318 Replaced old bitfield crate with a new one and unit tested tlp structs
ko1N 8ba97711aa Started implementing tlps
ko1N 8c6f310cc5 Added config register printing
ko1N fc2f01fe5d Fixed config writing. Improved code structure. Added function to change pcie speed
ko1N 2dc77dd79b Fixed config writing and added a test for it
ko1N 522414f956 Added compile time struct size checks
ko1N be09dc2d6e Updated license
ko1N 658097c7ed Fixed readme
ko1N 4c1ab18692 Fixed dependencies and updated readme
ko1N 7cfbf8dbe6 Moved to seperate project from memflow