pecoff4j icon indicating copy to clipboard operation
pecoff4j copied to clipboard

Solved the problem of can't analysis a series file

Open PointerWild opened this issue 7 years ago • 1 comments

When someone put a series flie path into a ArrayList , and then analysis those files with the code " PEParser.parse(arrayList.get(i))" in a for-loop , there will be some error sometime . This is because a code " dd.getLength() " is much biger then what the byte[]("byte[] certificate = new byte[dd.getLength() - 8];") should be . And in this kind of situation,we can't catch the exception.

PointerWild avatar Oct 18 '18 10:10 PointerWild

Is that what other parts of the code do too? Leave "error" behind?

Do you know why it failed in the first place?

kichik avatar Oct 20 '18 07:10 kichik