ajkhoury / ReClassEx

ReClassEx
MIT License
873 stars 175 forks source link

node name not right #59

Open ShadowZzj opened 1 year ago

ShadowZzj commented 1 year ago

In reclass.net. I can use this syntax to check the node memory: [ + 0x1111]
in reclass.ex I can use this syntax: xxx.exe + 0x1111. However, when I add "[]" which becomes [xxx.exe + 0x1111], the node address will be 0x1111. not the valid address that xxx.exe +0x1111 address points 。

the original address. image

when i add [],think it should be 24246198 image