xusheng
xusheng
> I want to add to this, that it'd also be nice if patches can be grouped or tagged and then the whole group/tag could be applied/removed in a single...
Related to #225 #322
This might be better solved by using the render layer to add tokens after the line
We have now disabled it for the debugger binary. This shall be reverted once we do have support for it
Now that we have dropped the use the debugger binary view, this issue becomes a larger problem since the previous temporary fix, i.e., disabling the search if it is the...
Closing in favor of #668
There is only a need to add nullptr check on those objects that are dynamically acquired, if something is owned by a class, then there is no need to check...
Apparently this is not easy to do on Windows -- x64dbg/TitanEngine have to use process hollowing to get it done: https://github.com/x64dbg/TitanEngine/blob/x64dbg/TitanEngine/TitanEngine.Debugger.cpp#L287-L304. And apparently it is not guaranteed to work, so...
ASLR can be disabled per-process via the `Image File Execution Options`: https://chatgpt.com/share/67d19c3c-8ed4-8009-afd1-e781915bab13
Re-open because support for DbgEng is not added yet