Alex
Alex
App crash on VirusTotal page in case no API key provided when clicking "Save" button   PS issue analyzed, root cause found,PR to be provided in a little while
Would be nice to decode the CFG section (named as .gfids) added by modern compilers into executables some intro info might be found here https://docs.microsoft.com/en-us/windows/win32/secbp/pe-metadata example dll with such a...
Are there any chances to keep latest built artifacts? I tried to find it here but failed https://github.com/horsicq/DIE-engine/actions
 on 100 MB PE64 file it might take up to 1 minute on modern PC... at the same time only 10-12% of CPU is being used, eg:  Consider...
on big files (50-100 MB) it took very long time to scan for crypto sigs...  questions: does the tool use multi-threads to speed up the search? what kind of...
There is a very annoying error box when searching for Strings, eg:  I propose either to remove it out completely or 2) add an option into Settings dialog. what...
I've built a latest binary of Luyten using latest sources of Procyon (post 0.5.36) It's available here: https://www.sendspace.com/file/ql7tup Notes: I have to remove some patches inside Procyon for proper parsing...
Need support of latest Java editions #277 is an example of lack of support and dozens of others...
Luyten (v0.5.3) is having some kind of troubles when trying to save (decompile) all files. Steps: - open input jar (6 MB, obfuscated) - wait until it renders left hand...
Full error: `java.lang.IllegalStateException: Invalid BootstrapMethods attribute entry: 2 additional arguments required for method java/lang/invoke/StringConcatFactory.makeConcatWithConstants, but only 1 specified. at com.strobel.assembler.ir.Error.invalidBootstrapMethodEntry(Error.java:244) at com.strobel.assembler.ir.MetadataReader.readAttributeCore(MetadataReader.java:280) at com.strobel.assembler.metadata.ClassFileReader.readAttributeCore(ClassFileReader.java:261) at com.strobel.assembler.ir.MetadataReader.inflateAttributes(MetadataReader.java:439) at com.strobel.assembler.metadata.ClassFileReader.visitAttributes(ClassFileReader.java:1134) at com.strobel.assembler.metadata.ClassFileReader.readClass(ClassFileReader.java:439)...