Gynt

Results 95 comments of Gynt

If you would write a book on this topic I would read it! Thanks for the very clear explanation. > Therefore, you'll probably need a COFF object file exporter in...

Very likely a firewall issue that is blocking the app from making an internet connection.

> I'm not a lawyer, but AIUI dynamic linking GPL'd code to something proprietary is fine, so long as you provide sources for the GPL'd modules - this is how...

> I know this probably has nothing to do with anything, but how do I install this to be able to play Grand Theft Auto San Andreas? I don't understand...

Okay, so, walking through every decompiler related commit from 11.1.2 to 11.2, I found that commit aac3e5ad1ce70c5db136e17fd50ca17aff4e47cd breaks the decompilation of my function, in other words, commit a31c4033a8d5224328d5196dcdb8a084cf81c2a9 is the...

I also just ran two VerySleepy analyses (https://github.com/VerySleepy/verysleepy/releases/tag/v0.91) and I attach them here. One for each git sha. Note that I had to start the analysis manually, reacting to the...

@fmagin Unfortunately, "Debug Function Decompilation" is not available while the GUI is trying to decompile the function. ![Image](https://github.com/user-attachments/assets/f2737965-fa38-4ebe-8f33-39e8d2e9e863)

Since 11.2 introduced recursive functions, I am inclined to call this issue an "infinite loop" situation of the decompiler. I hope it is accurate.

This is a Debug Function Decompilation xml file created with a31c4033a8d5224328d5196dcdb8a084cf81c2a9 [WindowMsgProcessingFunc-Debug-Function-Decompilation-a31c4033.zip](https://github.com/user-attachments/files/19724934/WindowMsgProcessingFunc-Debug-Function-Decompilation-a31c4033.zip) How do I continue solving this issue from here?

Can you try to see if reverting to https://github.com/NationalSecurityAgency/ghidra/commit/a31c4033a8d5224328d5196dcdb8a084cf81c2a9 solves it for you? The way I did this was: 1. get 11.2 from the Github releases page, use this version...