Johannes Obermayr
Johannes Obermayr
``` Task :Framework-Debugging:compileExpCloneExitExecutableExpCloneExitC FAILED Ghidra/Debug/Framework-Debugging/src/expCloneExit/c/expCloneExit.c:22:33: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast] printf("I'm %d, PID: %d\n", (int)param, getpid()); ^~~~~~~~~~ Ghidra/Debug/Framework-Debugging/src/expCloneExit/c/expCloneExit.c:22:45: warning: call to undeclared function 'getpid';...
On latest git master: https://scans.gradle.com/s/cac5l2hxi27ey
Currently Gcc is preferred (not to say forced) when both (Gcc and Clang) are available on the system. With this patch Clang can be forced via 'gradle -Pclang' switch. Clang...
Building decomp_dbg and sleigh_dbg can now easily enabled via 'gradle -Pdebug' switch. Fixes: #5296
Fixes: #81, #1240, #1937 Obsoletes: #1938 This change adds support for four indentation styles: K&R style [with tracking], while (x == y) { [commented out: z] something(); somethingelse(); } [z...
Adapted version of: https://github.com/rizinorg/ghidra/commit/af424fd
 
On the [minitor](https://build.opensuse.org/monitor) page we show what workers are currently doing.  But there is no page to look at the capabilities of a worker although we...
An uncompressed ` *.sla` file was and is easier for development and to debug. Please add an option to build and use uncompressed files after 8fbd171 again. Maybe `slau` and...