atlas0fd00m

Results 154 comments of atlas0fd00m

it's very possible this functionality wants to be part of WorkspaceEmulator.

> i got ahead of myself and commented on the draft, sorry! lol. no worries! i really appreciate the willingness to share your eyes and knowledge. your comments will make...

this started out as a VTrace -> VivWorkspace conversion PR, but along the way it picked up VW.delMemoryMap implementations, the ability to collapse VTrace maps as well as VW maps...

TODO: consider whether collapseMaps adds significant value. potentially just merge in the other valuable things

TODO: fix name normalization. the modules should be unique, but not require an address to find them. eg. ``` Foo-Bar.dll Foo-Baz.dll Foo-Barbaz.dll ``` currently turns into: ``` foo foo_ foo_...

for support: https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html "...This value may be outside of the procedure fragment for a function call that is known to not return (such as _Unwind_Resume)."

TODO: wait until a larger release since we're changing the API

@cmaruti does this PR still function as expected on current Viv/Vdb?

Windows has added significant changes to the debugging security model, requiring more permissions to *write* to a debugged process. since Breakpoints actually overwrite bytes in the target process (for Intel,...

my apologies, @cmaruti , apparently github stopped sending me email notifications and i only now realized it. thank you for your contributions. i'm working out why this stopped working for...