locked
Developing an extension accessing to local stack frame memory RRS feed

  • Question

  • Hello,

    I'm building right now an extension in which I want to access to a local stack frame memory. I have succeed to access Locals thru DTE, however it only shows me the "locals" and when I'm trying to get Objects  allocated on heap (C++), I can't access it  because it does not appear in Locals.

    In sort, how do I access the memory in a current stack frame, not ac an object but as bytes? something like readBytes().

    Thanks,

    Nikolay.

    Tuesday, April 10, 2018 7:52 AM

Answers