Johannes Obermayr

Results 46 comments of Johannes Obermayr

After applying there are only **BAD-Instruction** on previously analyzed binaries. On the other side binaries analyzed with applied patch have problems if opened without patch. Is there a way to...

Is this MR also intended to fix ``` Bytes: Meaning: Ghidra (also patched): f0 48 0f b1 11 lock cmpxchg QWORD PTR [rcx],rdx ??; CMPXCHG qword ptr [RCX],RDX f0 0f...

Is there an easy way to fix stack after updating from v20220616 to current patch version? ![image](https://user-images.githubusercontent.com/588670/189632072-6b2566e0-02d3-4234-9110-2a5b68713937.png) Edit: maybe it is caused by missing Rmr64 constructor (left: unpatched, right: current...

> @jobermayr Please try now. I force-pushed to fix the `Rmr` issue. It works now. Thanks a lot for doing this. Would be really nice if the decompiler could one...

openSUSE Tumbleweed Gradle 7.3 LLVM/Clang 15 To make Ghidra building I still have to force Clang manually (issue #2166). If I could get some useful output from Gradle why detection...

> Couldn't find gcc Thanks for the hint. It seems like ghidra / gradle have hidden problems with GCC 10. It works when using Clang: ``` diff --git a/Ghidra/Features/Decompiler/build.gradle b/Ghidra/Features/Decompiler/build.gradle...

I assume it is a duplicate of https://github.com/gradle/gradle/issues/15803

> $ export | grep LANG > declare -x LANG="de_DE.UTF-8" > declare -x LANGUAGE="" > $ LC_MESSAGES=en gradle buildGhidra > [...] > BUILD SUCCESSFUL in 3m 14s Clearly a duplicate...

Is there a chance to get rebases and so a clean patch on top of master instead of merges? Are these files really required: CParserBuild.bat DecompilerBuild.bat DecompilerBuildDocs.bat Ghidra/Features/Base/.launch/Ghidra.launch.ori Ghidra/Features/Decompiler/src/decompile/.gitignore Ghidra/Features/Decompiler/src/decompile/cpp/fspec...

Thanks for removing. I am getting this error: > Task :SoftwareModeling:ip FAILED FAILURE: Build failed with an exception. * Where: Script '/tmp/ghidra/gradle/support/ip.gradle' line: 152 * What went wrong: Execution failed...