Duncan Ogilvie
Duncan Ogilvie
We can add a custom `XED` port based on https://github.com/LLVMParty/packages/blob/main/xed.cmake
This can be helpful if the upstream repository's CMakeLists.txt does not work well. Probably some mechanism to transparently specify a target for it would be necessary for this feature to...
This will automatically add the `.def` file using `/DEF:my.def` in the linker
Probably the _basics_ page should mention them and also searching in the _reference_ for `definition` or `define` should give a hit.
In case people want to be explicit about the visibility of their properties.
Currently I use a custom client that has the 2 occurrences of `My Games` patched to `Sapphire` on disk. I can easily implement this as an in-memory patch behind a...
**Inspector Version** - 0.17.2 **Describe the bug** It is not possible to enter `1.0` as a parameter value. **To Reproduce** Steps to reproduce the behavior: 1. Type `1.` in the...
**Bug Description** When running /export claude code generates a name, but when doing /clear the export will generate that same name again even though the old history will be lost...
```py #!/usr/bin/env python3 """ Minimal reproduction case for Unicorn translation cache bug Simulates MBR relocating itself and loading PBR back to 0x7C00 """ from unicorn import * from unicorn.x86_const import...
### Relevant area(s) WinGet CLI ### Relevant command(s) winget install ### Brief description of your issue I was trying to add the latest version of [x64dbg](https://github.com/x64dbg/x64dbg) to winget. There is...