Julius Naeumann
Julius Naeumann
Java source and class files should have different colors or even icons.
``` photos.pick_asset().get_image() Traceback (most recent call last): File "", line 2, in File "/var/containers/Bundle/Application/2FF1BCB0-CE60-4B0B-8BC7-ADA3CCD9F3EC/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/PIL/Image.py", line 2313, in open if not accept or accept(prefix): File "/var/containers/Bundle/Application/2FF1BCB0-CE60-4B0B-8BC7-ADA3CCD9F3EC/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/PIL/HeicImagePlugin.py", line 33, in _accept uti...
Is anyone else interested in using rhubarb as a shared library? i'm no cmake expert, but i hacked around in rhubarb/CMakeLists.txt and got it to build a shared library. ```...
I get the following error message if my project defines a public Font property: `Property cannot be declared public because its type uses an internal type` For example: ``` class...
this patch fixes undefined symbol errors when building with -DBUILD_SHARED_LIBS=on. building without the flag works too. only tested on macos.
i want to anonymize javadoc @author with a regex, but my regex `@author .*` fails to replace them. example: ``` /** a b c * @author julius */ ``` as...
### Description I can't load debug info from a binary. `file: CWE121_Stack_Based_Buffer_Overflow__CWE193_char_alloca_cpy_72a.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), with debug_info, not stripped` I get the following stack trace:...
I am working on a static analysis to resolve certain kinds of dynamic method calls (JNI). What is the best way to extend the SVFG? Specifically, I am looking to...
## Environment ```sh Tue 12 Mar 2024 03:58:30 PM CET radare2 5.8.8 1 @ linux-x86-32 birth: git.5.8.8 2023-06-08__14:01:02 commit: ea7f0356519884715cf1d5fba16042bac72b2df5 options: gpl -O1 cs:5 cl:0 make Linux x86_64 ``` ##...
License?
Is this repository published under the same software license as SVF itself?