wargio / r2dec-js

radare2 plugin - converts asm to pseudo-C code.
511 stars 48 forks source link

GetSystemTimePreciseAsFileTime undefined reference on Windows 7 #260

Closed kimstik closed 2 years ago

kimstik commented 2 years ago

under Win7 radare2 shows popup "Entry Point Not Found" for GetSystemTimePreciseAsFileTime this function available since Win8

wargio commented 2 years ago

this is not the right place to open the issue. open it in the r2 repo

kimstik commented 2 years ago

r2 have no this issue. popup appear only when you place core_pdd.dll to lib\plugins\

wargio commented 2 years ago

Let me know if this build fixes the issue: https://github.com/wargio/r2dec-js/actions/runs/1476041936

wargio commented 2 years ago

r2dec-5.5.0-w32.zip.zip r2dec-5.5.0-w64.zip.zip

wargio commented 2 years ago

if it works, then i will merge and update the builds

kimstik commented 2 years ago

it works!