Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / AFLplusplus/qemu-libafl-bridge issues and pull requests
#100 - Refactoring of signal handling
Pull Request -
State: closed - Opened by rmalmain 2 days ago
#99 - Refactor read/write hooks
Pull Request -
State: closed - Opened by rmalmain 6 days ago
#98 - Fix wrong number of registers
Pull Request -
State: closed - Opened by rmalmain 25 days ago
#97 - Nyx api support
Pull Request -
State: closed - Opened by rmalmain about 1 month ago
#96 - physmem: allow cpu_memory_rw_debug to write to MMIO devices
Pull Request -
State: open - Opened by vringar about 2 months ago
#95 - cpu.write_mem to MMIO devices is ignored
Issue -
State: open - Opened by vringar about 2 months ago
- 3 comments
#94 - Companion patch for LibAFL #2776
Pull Request -
State: closed - Opened by cube0x8 about 2 months ago
#93 - Add systemmode hw_breakpoint libafl set/remove fns
Pull Request -
State: closed - Opened by Marcondiro about 2 months ago
- 1 comment
#91 - Fix LibAFL part of meson build
Pull Request -
State: closed - Opened by rmalmain 3 months ago
#90 - Update QEMU to v9.1.1
Pull Request -
State: closed - Opened by rmalmain 3 months ago
#89 - Update QEMU to v9.1.1
Pull Request -
State: closed - Opened by rmalmain 3 months ago
#88 - Cow cache snapshot rewriting
Pull Request -
State: open - Opened by rmalmain 4 months ago
#87 - Fix RPATH regex for Ubuntu
Pull Request -
State: closed - Opened by rmalmain 4 months ago
#86 - Misc cleanup, extern some global variables
Pull Request -
State: closed - Opened by rmalmain 5 months ago
#85 - Early return from libafl edge generation if no exec hooks
Pull Request -
State: closed - Opened by rmalmain 5 months ago
#84 - Run thread hooks for KVM mode
Pull Request -
State: closed - Opened by rmalmain 6 months ago
#83 - Second round of cleanups
Pull Request -
State: closed - Opened by rmalmain 6 months ago
#82 - Add pre/post cpu_run hooks + Refactoring
Pull Request -
State: closed - Opened by rmalmain 6 months ago
- 1 comment
#81 - Refactor and fix edge-related code generation
Pull Request -
State: closed - Opened by rmalmain 6 months ago
#80 - fix: broken link update
Pull Request -
State: closed - Opened by deft01 6 months ago
- 1 comment
#79 - Update to QEMU v9.0.2
Pull Request -
State: closed - Opened by rmalmain 6 months ago
#78 - Add comparison hooks for RISCV
Pull Request -
State: closed - Opened by nine-point-eight-p 7 months ago
- 2 comments
#77 - feat(riscv): add libafl support
Pull Request -
State: closed - Opened by saibotk 7 months ago
- 2 comments
#76 - Update to QEMU v9.0.1
Pull Request -
State: closed - Opened by rmalmain 8 months ago
- 1 comment
#75 - Rename instruction hooks
Pull Request -
State: closed - Opened by rmalmain 8 months ago
#74 - Better typed syx snapshot check result
Pull Request -
State: closed - Opened by rmalmain 9 months ago
#73 - QEMU host page size getter
Pull Request -
State: closed - Opened by rmalmain 9 months ago
#72 - Unset object to free memory space allocated (memory leak)
Pull Request -
State: closed - Opened by DragonsAshes 9 months ago
- 5 comments
#71 - Fix libafl_qemu_read_reg and libafl_qemu_write_reg
Pull Request -
State: closed - Opened by rmalmain 9 months ago
#70 - Fixed invalid addresses in read hooks
Pull Request -
State: closed - Opened by saibotk 9 months ago
- 1 comment
#69 - Cancel workflow for concurrent workflow runs
Pull Request -
State: closed - Opened by rmalmain 9 months ago
#68 - Intercept source files in linker_interceptor.py
Pull Request -
State: closed - Opened by rmalmain 9 months ago
#67 - Update to QEMU 9.0.0
Pull Request -
State: closed - Opened by rmalmain 9 months ago
#66 - Fixed qemu usermode snapshot
Pull Request -
State: closed - Opened by cube0x8 9 months ago
#65 - Add missing LibAFL RW callbacks
Pull Request -
State: closed - Opened by rmalmain 10 months ago
#64 - Support native TCG vector read/write operations in LibAFL hooks
Pull Request -
State: closed - Opened by rmalmain 10 months ago
#63 - Update QEMU to v8.2.2
Pull Request -
State: closed - Opened by rmalmain 10 months ago
#62 - Add utils
Pull Request -
State: closed - Opened by rmalmain 10 months ago
#61 - Add RPATH to linker_interceptor.py
Pull Request -
State: closed - Opened by rmalmain 10 months ago
#60 - Moving libafl related files in dedicating folders
Pull Request -
State: closed - Opened by rmalmain 10 months ago
#59 - Revert "Revert "Implement user-space QEMU ASAN""
Pull Request -
State: closed - Opened by andreafioraldi 10 months ago
#58 - Add tcg_env to backdoor callback
Pull Request -
State: closed - Opened by rmalmain 10 months ago
#57 - Use QEMU runners in CI
Pull Request -
State: closed - Opened by rmalmain 10 months ago
#56 - Revert "Implement user-space QEMU ASAN"
Pull Request -
State: closed - Opened by andreafioraldi 10 months ago
#55 - Fix userspace GuestMaps
Pull Request -
State: closed - Opened by andreafioraldi 10 months ago
#54 - Add missing LibAFL markers
Pull Request -
State: closed - Opened by rmalmain 11 months ago
#53 - add a flag for edge TB so we can unlink it completely
Pull Request -
State: closed - Opened by cube0x8 11 months ago
- 3 comments
#52 - Unilateral unlinking of edge's TB causes infinite loop
Issue -
State: closed - Opened by cube0x8 11 months ago
- 8 comments
#51 - Create Github actions
Pull Request -
State: closed - Opened by rmalmain 11 months ago
#50 - Library doesn't build in default configuration
Issue -
State: open - Opened by vringar 11 months ago
#49 - Fixed small details in README.
Pull Request -
State: closed - Opened by rmalmain 12 months ago
#48 - Refer to LibAFL in README.md
Pull Request -
State: closed - Opened by domenukk 12 months ago
#47 - avoid type confusion on interval tree root node when creating snapshot
Pull Request -
State: closed - Opened by cube0x8 12 months ago
- 1 comment
#46 - Incorrect node type casting in libafl_maps_next leads to out-of-bound dereference
Issue -
State: closed - Opened by cube0x8 12 months ago
- 2 comments
#45 - Implement user-space QEMU ASAN
Pull Request -
State: closed - Opened by WorksButNotTested about 1 year ago
#44 - clone: fix stack use after scope
Pull Request -
State: closed - Opened by xdqi about 1 year ago
- 2 comments
#42 - restore `libafl_qemu_trigger_breakpoint` symbol
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#41 - Added missing LibAFL markers.
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#40 - Internal exit
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#39 - Block Device fast snapshot implementation.
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#38 - Jit block
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#37 - New crash handling for usermode
Pull Request -
State: closed - Opened by andreafioraldi about 1 year ago
#36 - Paging ID for filtering
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#35 - extern on static and unused - inside device-save.c
Issue -
State: closed - Opened by miles992 about 1 year ago
- 2 comments
#34 - Fix of syx_snapshot_dirty_list_add_hostaddr_range
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#33 - New hooks
Pull Request -
State: closed - Opened by andreafioraldi about 1 year ago
#32 - Add an option to not build tests
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#31 - Fix: added exit.c in build system.
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#30 - Sync Exit
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#29 - Syx Snapshot rework
Pull Request -
State: closed - Opened by rmalmain about 1 year ago
#28 - Fix wrong dirty address tracking for MMIO accesses. Assert is only triggered for debug builds.
Pull Request -
State: closed - Opened by rmalmain over 1 year ago
#27 - Systemmode instruction hook causes a crash
Issue -
State: closed - Opened by alwinber over 1 year ago
- 3 comments
#26 - Update QEMU from upstream
Pull Request -
State: closed - Opened by andreafioraldi over 1 year ago
#25 - Hexagon support
Pull Request -
State: closed - Opened by ifratric over 1 year ago
- 2 comments
#24 - Fix libafl_maps_next
Pull Request -
State: closed - Opened by WorksButNotTested over 1 year ago
#23 - Handle breakpoints for PPC
Pull Request -
State: closed - Opened by WorksButNotTested over 1 year ago
#22 - Add post_gen
Pull Request -
State: closed - Opened by WorksButNotTested over 1 year ago
- 1 comment
#21 - Callback for block compilation is not provided with the size of the block.
Issue -
State: closed - Opened by WorksButNotTested almost 2 years ago
- 4 comments
#20 - Breakpoint in multi-thread environment causes hang once reached
Issue -
State: closed - Opened by 0x4d5a-ctf almost 2 years ago
- 2 comments
#19 - fixing standalone gdb break exit
Pull Request -
State: closed - Opened by elbiazo almost 2 years ago
#18 - Adding #ifdef AS_LIB instead of using LibAFL comment
Issue -
State: closed - Opened by elbiazo about 2 years ago
- 1 comment
#17 - Add handler for LibAFL breakpoint on MIPS
Pull Request -
State: closed - Opened by Sparrrgh about 2 years ago
- 1 comment
#16 - Fast mem and devices snapshots
Pull Request -
State: closed - Opened by andreafioraldi about 2 years ago
#15 - Expose arch state to libafl
Pull Request -
State: closed - Opened by andreafioraldi about 2 years ago
#14 - Reset rr ops and always set TARGET_TB_PCREL to 0
Pull Request -
State: closed - Opened by andreafioraldi about 2 years ago
#13 - Multiple fixes for systemmode
Pull Request -
State: closed - Opened by alwinber about 2 years ago
#12 - Fixing wildcard in configure
Pull Request -
State: closed - Opened by TeumessianFox over 2 years ago
#11 - Disable shared lib by default
Pull Request -
State: closed - Opened by TeumessianFox over 2 years ago
- 1 comment
#10 - Fixing libafl_add_backdoor input type for 32-bit targets
Pull Request -
State: closed - Opened by TeumessianFox over 2 years ago
#9 - Can't comment on PR #2
Issue -
State: closed - Opened by bitwave over 2 years ago
- 2 comments
#8 - Full system hooks
Pull Request -
State: closed - Opened by andreafioraldi over 2 years ago
#7 - New hooks
Pull Request -
State: closed - Opened by andreafioraldi over 2 years ago
#6 - Fix AArch64 qemu build
Pull Request -
State: closed - Opened by gal1ium over 2 years ago
- 1 comment
#4 - [WIP] Fix build for ARM target
Pull Request -
State: closed - Opened by f0rki over 2 years ago
- 1 comment
#3 - Fix libafl edges
Pull Request -
State: closed - Opened by andreafioraldi almost 3 years ago
#2 - WIP: companion PR to #551 in LibAFL
Pull Request -
State: closed - Opened by bitwave almost 3 years ago
- 1 comment
#1 - recv( readme.md );
Issue -
State: closed - Opened by kotee4ko over 3 years ago
- 1 comment