FRET-LibAFL/libafl_tinyinst
Addison Crump 28c43b332f
Match by Ref fix (#2105)
* match by ref fix

* impl Named for Reference

* rename

* magic indexing

* whoops

* docs, clippy

* some additional CI complaints

* other libafl_qemu fixes

* missed an alloc feature

* a smattering of fixes

* use from not direct construction

* tinyinst fix

* horrible double-mutability things

* fixup nyx

* from not new

* forkserver_simple fixes

* dogfood: forkserver

* mmmm yummy dogfood

* round one CI fixes

* clippy appeasement

* deref generic impl to simplify usage

* adaptive serialization (ouch)

* remaining clippy items

* I am tired

* new not with

* fixup: aflpp tracing was not actually constructable

* fix tmin

* reduce complexity of map feedback now that we do not need to constrain

* frida fixes

* fix concolic

* type_ref => reference
2024-04-27 18:08:09 +02:00
..
2024-04-27 18:08:09 +02:00
2024-04-12 18:42:14 +02:00
2023-01-23 11:11:53 +01:00

Requirements

  • Visual Studio 17 2022. It's not tested, it should work on older versions too.
  • cxxbridge-cmd to generate bridge files between Rust and c++, you can install this with cargo install cxxbridge-cmd.
  • cmake is needed to build tinyinst.