16
Multimedia / Re: Updated Uniaud32 build
« on: April 15, 2025, 05:55:58 pm »7) what is needed is the "address" value of that very same line. The "address" is the base adress of the code object. The offset of your trap into that code segment is then computed as:
offset = EIP - "address"
and the offset is necessary to locate the trapping routine in the MAP file (or SYM file) that Paul has provided
If you are lost: just take a screen shot of the lower half of the "MTE" window you opened in 4).
Done, as far as I was able to.
Screenshot attached. The adress according to this should be:
E5CDB000
Well, what do i have / can I do next?
Thanks!