xplorer2 v6.302 released

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

User avatar
nikos
Site Admin
Site Admin
Posts: 16432
Joined: 2002 Feb 07, 15:57
Location: UK

xplorer2 v6.302 released

Post by nikos »

A small update corrects the FBYTES programmable instruction so you can read integer offsets from file contents. This example reads into PE header information of DLL/EXE files to determine their type! (64/32 bit):

Code: Select all

if(${Extension}="dll", if(fbytes(int(fbytes(60,4))+4, 2) = "64.86", x64, "x32?"), "")
Use HELP > CHECK FOR UPDATES menu command to get yours

Image