BearKidsTeam / VirtoolsScriptDeobfuscation

Other
10 stars 2 forks source link

parse_pos_info failed. #10

Open yyc12345 opened 1 year ago

yyc12345 commented 1 year ago

After the fix of #3 . I immediately migrate this project into Virtools 5 platform and try to decode a script called vt2obj. However it throw a runtime error at parse_pos_info in Parser.cpp. The assert assert(p <= end && end - p <= 3 * 4); failed and reason is that end - p is 0x10, not 3 * 4.

It seems that this is a new issue and not related to #3 . So I open a new issue here.

Reproduce steps: Decompress the zip I attached and use VSDTest5.cmo to load VSDTest5.1.cmo to get this error. VSDTest.zip