dynamorio icon indicating copy to clipboard operation
dynamorio copied to clipboard

Dynamic Instrumentation Tool Platform

Results 456 dynamorio issues
Sort by recently updated
recently updated
newest added

- **Is your feature request related to a problem? Please describe.** The aslr_module_get_times function has multiple issues with file handles per these comments: https://github.com/DynamoRIO/dynamorio/blob/b0237d21570b92a7d11a2b7a3edf4d25c5c0e1c8/core/win32/aslr.c#L4475-L4478 https://github.com/DynamoRIO/dynamorio/blob/b0237d21570b92a7d11a2b7a3edf4d25c5c0e1c8/core/win32/aslr.c#L4516-L4519 - **Describe the solution you'd...

OpSys-Windows
help wanted

While investigating the Missing read/write records invariant error #7050, we found that asynchronous signal, i.e. SIGPROF, was delivered mid-block instead of at the end of a block. **Expected behavior** Signals...

#7047 adds X86 Linux support to dr_create_memory_dump(). The PR also adds a test to cover WIN32 and X64. When the same test ran in vs2019-32, it crashed with the following...

A conda-forge recipe would make it even easier to install dynamorio on many platforms **Is your feature request related to a problem? Please describe.** need: install a specific versions of...

Component-Build
Type-Feature
help wanted

Update ci-osx runner to macos-15-intel. 21 out of 48 osx-x86-64 tests failed. Add failed tests to the ignore_failures_64 list. Issue: #7720

There is a bug in drsyscall_iterate_records() where it stops to process syscall record if a record ends exactly at the end of its buffer. This bug affects both drsyscall_record_trimmer and...

Split the test function source out into a separate static library to allow them to be reused in a separate test application to test external detach. The new file detach_state_shared.c...

Add warnings when deprecated fields of scheduler_options_t are used Issue: #7718

**Describe the bug** I have two Arm machines (one's a GCP machine, one's internal). This test passes on our internal machines and fails on the GCP machines. As far as...

Improve reuse distance using splay tree instead of linked list. Splay tree have asymptotic O(log n) amortizated time for all operations instead of O(n / const) for linked list with...