forked from AFLplusplus/LibAFL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make MmapShMem::new take a AsRef<Path> instead of a byte array (AFLpl…
…usplus#2742) * Make MmapShMem take a AsRef<Path> instead of a byte array * Make the test actually test if MmapShMem::persist works * 0.14.1 (AFLplusplus#2698) * 0.14.1 * fixer * don't build nyx --------- Co-authored-by: Dominik Maier <[email protected]> * Intel PT minor fixes/improvements (AFLplusplus#2724) * waitpid_filtered to ignore SIGWINCH * Fix warnings unused manifest key: *.version * Add export_raw feature to libafl_intelpt * derive Debug for IntelPTHook * Clippy * Update target program ELF offsets * Add comment to KVM pt_mode check * refactor * Add intel_pt_export_raw feature in libafl * map_error instead of unwrap * borrow checker friendly join_split_trace and copy trace before deocde to prevent decoding failures * Set ip_filters (also) with builder * Move trace to file * Fix Cargo.toml docs * Ignore blocks with no instruction most likely they are filtered out * Fix assertion in snapshot module for pages that are equal to SNAPSHOT_PAGE_SIZE (AFLplusplus#2738) Co-authored-by: Scott Powell <[email protected]> * Remove non_basic const_panic features (AFLplusplus#2739) * Remove non_basic const_panic features * fmt * Make FridaInProcessExecutor compatible with TargetBytesConverter, decouple input type from FridaRuntime trait (AFLplusplus#2741) * decouple input type from FridaRuntime trait * fmt * fmt2 * remove HasTargetBytes requirement from FridaInProcessExecutor * fmt * restore comment * fix clippy comment error * adding entry to MIGRATION.md * only running persist test on unix * move cfg dependent imports to function --------- Co-authored-by: Dongjia "toka" Zhang <[email protected]> Co-authored-by: Dominik Maier <[email protected]> Co-authored-by: Marco C. <[email protected]> Co-authored-by: Scott <[email protected]> Co-authored-by: Scott Powell <[email protected]> Co-authored-by: jejuisland87654 <[email protected]>
- Loading branch information
1 parent
85796f9
commit 2758a1c
Showing
2 changed files
with
73 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters