Skip to content

katahiromz/EntryPointExamer

Repository files navigation

Build Status on Travis CI Build status on AppVeyor

epx --- EntryPointExamer by katahiromz

This software examinates whether the specified Windows program can start up correctly on a specific OS by checking the entry points.

USAGE

(1)

epx --os-info win98se.info myfile.exe

It examinates whether the file "myfile.exe" can start up on Windows 98 SE.

(2)

epx --os-info mywinos.info --generate

It dumps the current OS info to the file "mywinos.info".


katayama.hirofumi.mz@gmail.com