Results 6 issues of Alvin Charles

Would it be possible to add an install repository for Ubuntu 22?

I'm not sure where the best place to put this is between gtirb-pprinter, gtirb-rewriting and here, so please let me know and I can reopen this in the best repo....

Ddisasm doesn't seem to store any information about the delay-loaded imports of a Windows executable (see https://learn.microsoft.com/en-us/cpp/build/reference/linker-support-for-delay-loaded-dlls?view=msvc-170 and https://learn.microsoft.com/en-us/cpp/build/reference/delayload-delay-load-import?view=msvc-170). This, as well as the lack of support with gtirb-pprinter, mean...

Hi, I have a DLL in which a constant is being symbolised incorrectly. Ddisasm generates the assembly: `shr rcx, ` when it is actually a constant. It's also a pretty...

Hello, I have a binary in which ddisasm incorrectly guesses that a data constant is a symbolic address. (i.e it generates assembly like `cmp RCX,OFFSET SomeSymbol+70987`, when it is actually...

StochFuzz seems to stop working after AFL++ commit [a10a627622fe9785301fcb033cd1eee69d3f3056](https://github.com/AFLplusplus/AFLplusplus/commit/a10a627622fe9785301fcb033cd1eee69d3f3056). I'm not sure what the root cause is, but this is the output from StochFuzz: ``` 07:17:48 INFO daemon gets connection...