hasherezade / pe_utils

A set of small utilities, helpers for PIN tracers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pe_check produces no output

morrowd opened this issue · comments

Could be me but when I test the pe_check.exe release 1.0 on a couple of PE files it isn't producing any output/nothing to stdout
pe_check_screenshot
.

the output of pe_check is its return value. you can check it by:

echo %errorlevel%

Example:

pe_check_example

I was executing through PowerShell and Windows Terminal Preview at first. I tried good old cmd.exe and return value is displayed with echo %errorlevel%

ok, so I believe your problem is solved? if so, please close the issue.

Thanks for the quick response. Closing issue.