Tom
Tom
Hey, here is another SOE that occur when parsing large projects. ``` Caused by: java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) ~[?:?] at java.util.HashMap.put(HashMap.java:607) ~[?:?] at java.util.HashSet.add(HashSet.java:220) ~[?:?] at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) ~[?:?] at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177) ~[?:?]...
Hi everybody, I encountered [This C File](https://raw.githubusercontent.com/FFmpeg/FFmpeg/5e57424d118c2faa12b0caa0b9f7816942ba5be2/ffserver.c) which takes an incredible amount of time until parsed. Regards, Tom
Currently the TypeManager is implemented as Singleton Object. This causes some problems when trying to use the API in a multi-threaded manner. ``` Caused by: java.lang.NullPointerException: Cannot invoke "de.fraunhofer.aisec.cpg.frontends.LanguageFrontend.getScopeManager()" because...
**Describe the bug** Receiving an Index out of bounds exception with a sample from the [sorel](https://github.com/sophos/SOREL-20M) virus dataset. Reminds me on [this](https://github.com/NationalSecurityAgency/ghidra/issues/1371) **To Reproduce** Steps to reproduce the behavior: 1....
Hi, During to a static analyzer verification I found following bug using MSAN and a fuzzer; ``` Uninitialized bytes in __interceptor_write at offset 0 inside [0x70e000000000, 219) ==2293981==WARNING: MemorySanitizer: use-of-uninitialized-value...
Dataset
Hey, would it be possible to share the preprocessed dataset? Thanks in advance
Hi, I have the same problem as described here: https://github.com/avast/retdec/issues/722 ## Problem Trying to decompile a sample with every possible architecture (-a) and endianess (-e) combination _explicitly_ set always returns...
Hi, am I missing something or are the .JSP Files not included in this repository? Regards