You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the below expected behaviour, or am I right in believing that when I applied the type DgnUserData *32 and name lpDgnUsrData (in the Decompile view) to the variable assigned to the result of the call to GetUserData(...), the correct behaviour should be that the local_6 & local_8 should merge and become lpDgnUsrData in the Listing view)?
The current situation is that what I applied is just updating the return registers DX:AX making the subsequent assembly use incorrect names as the following few statements should read something like (I'm now unsure of the exact register):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is the below expected behaviour, or am I right in believing that when I applied the type
DgnUserData *32
and namelpDgnUsrData
(in the Decompile view) to the variable assigned to the result of the call toGetUserData(...)
, the correct behaviour should be that thelocal_6
&local_8
should merge and becomelpDgnUsrData
in the Listing view)?The current situation is that what I applied is just updating the return registers
DX:AX
making the subsequent assembly use incorrect names as the following few statements should read something like (I'm now unsure of the exact register):Beta Was this translation helpful? Give feedback.
All reactions