Luke Serné
Luke Serné
While I understand the wish for cleaner / shorter decompiler output, I think it would be better to extend the decompiler with some way to "summarise" some (commonly inlined) code...
> so where does that leave us? @Wall-AF: Well, if it were up to me, this PR would not be accepted, and someone from the Ghidra team would say that...
@ghidracadabra Thanks for the link. I'm glad the Ghidra team is (still) working to alleviate this problem. If implemented well, I think it can drastically improve the decompiler output for...
The model number appears to be `RZ04-0377`. This was printed on the packaging. I have updated my initial message to include the model number.
I'd like to add a request for a lap counter, that shows which lap I'm on out of a set total number of laps. Maybe the position of the start...
What's the progress on this PR? It's been in triage for quite some time now. Is there anything I can do to help this get merged?
Thanks for the response. I am probably a bit biased, but I think this PR shouldn't be too much effort to review and it might be an easy one to...
This opcode occurs in Python 3.10 in simple functions like the one shown below. ```py def f(x): try: ... except Exception: return x ``` The disassembly of this function is...
After doing some debugging, I found that the `visitor_text` function is called from `_page.py:1654`. Printing `tm_matrix` just before the `visitor_text` function is called, shows `[1.0, 0.0, 0.0, 1.0, 177.92, 687.12]`...
Thanks for doing all this work to incorporate all these Dutch peculiarities. Things are looking very good with the new version. The only thing I found was that the `present`...