William Tremblay
William Tremblay
Adds a new `BlockEncoderOption`, `ReturnAllNewInstructionOffsets`, which enables `ReturnNewInstructionOffsets` and also changes its behavior regarding instructions that were rewritten (e.g. by branch fixups) to output the offset of the rewritten block...
Currently, the `Decoder` keeps a reference to the data slice passed in constructors. This means that there is no way to unsafely create a decoder over a partially valid or...
At the time of writing, the [documentation for MEM_ADDRESS_REQUIREMENTS](https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-mem_address_requirements) mentions the following regarding the valid values of its fields: > LowestStartingAddress Specifies the lowest acceptable address. This address must be...
Is there any plans to release a new patch or minor version on crates.io? The last iced-x86 release has been made almost two years ago now. Since then, a few...
`LendingCell::try_get` and `try_to_borrowed` check `Arc::strong_count()` to verify that there are no borrowed instances. This function uses `Relaxed` memory ordering to load the strong count, as as such it will not...