Duncan Ogilvie

Results 215 issues of Duncan Ogilvie

- https://www.pyinstaller.org/ - https://github.com/conan-io/conan/blob/develop/pyinstaller.py

When restarting Windows 10 2004 I think something goes wrong with handling of the shutdown/restart event. I get the following message on startup: > The database is corrupt. Please restore...

### Observed behavior The `getDefaultResourceDirectory` returns a compile-time value `CLANG_RESOURCE_DIRECTORY`. When using binary packages this will almost never point to the correct value. When this directory does not exist ccls...

Was using it to handle some privileged instructions and it looks like the rex prefix isn't handled correctly. For some reason the disassembly text was correct, but the structure reported...

1. Place a breakpoint on a function that is called from multiple different threads at the same time 2. Set the breakpoint condition to 0 3. Run, the program will...

bug
priority

> I think in some ways it's worse. But if `exanalyse` is extended to merge multiple `RUNTIME_FUNCTION` entries that are part of the same function I think it's a really...

enhancement
gui
good first issue

**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://cutter.re/docs/contributing/code/getting-started.html) to this repository - [x] I made sure to follow the project's [coding style](https://cutter.re/docs/contributing/code/development-guidelines.html) - [x]...

Currently there is no information about the mapped memory regions available. There should be a robust system to manage memory and allow syscalls to use it for memory queries: ```python...

feature

Currently the type system for syscalls is very rough and you need to do a lot of manual work. A type system similar to ctypes needs to be implemented where...

feature