Alex

Results 86 issues of Alex

App crash on VirusTotal page in case no API key provided when clicking "Save" button ![image](https://user-images.githubusercontent.com/765343/179345395-7233375c-95be-45f7-a7ec-569c8176008a.png) ![image](https://user-images.githubusercontent.com/765343/179345450-dbe822d7-31e8-4a19-9aea-5ae4fb2f8cbe.png) 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

![image](https://user-images.githubusercontent.com/765343/130523761-89aae94e-aa8d-45c8-a0f7-f0821a90563b.png) 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: ![image](https://user-images.githubusercontent.com/765343/130523893-804bcca6-efc0-4c6c-ab05-d995dd18e90b.png) Consider...

on big files (50-100 MB) it took very long time to scan for crypto sigs... ![image](https://user-images.githubusercontent.com/765343/129447033-32096080-2ff4-4724-af11-5f5fed1701e0.png) 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: ![image](https://user-images.githubusercontent.com/765343/129447240-dec2f3a1-da9a-4a25-9120-b2a8e898a5fe.png) 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)...