mgr.inz.Player I post too much
Reputation: 153
Joined: 07 Nov 2008 Posts: 4219 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Thu May 19, 2016 1:49 pm Post subject: |
|
|
dv_address1,dv_address2 are set only once.
To fix this, you have to remove this line:
Code: | local dv_address1,dv_address2 = dv.SelectedAddress,dv.SelectedAddress2 |
from AddItemMenuInMemoryViewForm function
and add those
Code: | local dv = getMemoryViewForm().DisassemblerView
local dv_address1,dv_address2 = dv.SelectedAddress,dv.SelectedAddress2 |
to the beginning of moduleInfo function
_________________
|
|