rtosman
rtosman
Sorry for the messed up assembly formatting, but that is github's useless editor for you (which insisted on joining the lines of assembly together regardless of what formatting I tired).
I just had a failure to intercept, which I believe is due to the jump displacement being more than 2GB, so the "code cave" approach is probably even required for...
I too, just started using Xonomy and quickly ran into this issue. I need to write a custom picker that has a variant list based on the name of the...
I agree, this should not be added, it actually breaks the document for the tool I am feeding the output to. I have deleted the line (around line 90) in...
It is a little disconcerting that this only compiles with c++17 and not c++20. Frankly, line 421 looks like it should compile in c++20, but I haven't looked deep into...