Duncan Ogilvie
Duncan Ogilvie
It looks like `build-dependencies.sh` currently only works on Linux (on macos 12 I get errors related to https://github.com/lifting-bits/cxx-common/blob/master/build_dependencies.sh#L95). Would be nice if this script was rewritten in python or cmake...
On my machine I had xcode installed, but still had the command line tools selected. This causes the build to fail when configuring LLVM. If it is a requirement to...
The documentation page: https://www.arduino.cc/en/Tutorial/Debounce has an error in the [code](https://github.com/arduino/Arduino/blob/be9bbc3255e784108fc10a069d79a4fa8b4ca37e/build/shared/examples/02.Digital/Debounce/Debounce.ino). The variable `buttonState` at line 40 is uninitialized which will cause undefined behaviour the first time line 75 `if (reading...
Recent builds are compiled with `/LARGEADDRESSAWARE` meaning it is possible for the N64 RAM to be located at an address higher than `0x72D00000`. For me it is working on the...
This is just some rough notes of some issues I encountered with the Urban and how I managed to resolve them. I never worked with the Pico and only a...
https://discord.com/channels/724300992023232533/724322269870030958/831826574100660264 vtil dump [test_0x180187991.opt.vtil.zip](https://github.com/vtil-project/VTIL-Utils/files/6310642/test_0x180187991.opt.vtil.zip) supposedly causes an infinite loop
https://github.com/0vercl0k/wtf
Hello, Recently I've been seeing a lot of activity related to Ghidra pcode in the remill repository. I was wondering what the longer-term plans are for this. Is the goal/idea...
Duplicate of #46, but this also fixes a bug in `pmm.cmake` because it's currently impossible to override any of the `PMM_` variables from the cache.
Not perfect, but at least this would unbreak the plugin as-is on the binary ninja plugin manager.