Lennard Berger
Lennard Berger
Hey there @pinguinjkeke Somehow the unit tests fail even though making a component locally worked charmingly Any idea how that could be? Any idea how this could be made more...
Which looks like: `ATTACH;FMTTYPE=image/jpeg:http://www.epplehaus.de/wp-content/uploads/2018/04/Scibidibab-3-A2-V2.jpg` in the iCalendar source. Would be amazing to include those. I could also imagine myself making a PR for this, if necessary.
It would be nice to have [conan](https://conan.io/) support so embedding ultralight is even easier for developers!
See https://openjdk.java.net/jeps/309 Apparently this is an unused feature in terms of bytecode. Needs to be implemented once it becomes relevant in Java >= 15. This is a follow-up of #69
`yGuard` can be used to obfuscate code that will result in an APK. In order to this one needs to: - disable R8 obfuscation and shrinking - use yGuard as...
There are many possible ways of obfuscation. It would be good to create a table / chart in the documentation which ones exist and are supported by yGuard. Inspiration could...
Many obfuscation tools throughout different languages support _"flow obfuscation"_. The process how this can be done is fairly accurately described in [this post](https://reverseengineering.stackexchange.com/a/2222). yGuard may (or may not) support such...
Hello Adrian Apparently the `decompose_blocksub` tool does not produce proper VCF's in respect to `REF` types. You can see this demonstrated [here](https://drive.google.com/open?id=1j1Vt66oE1GIhPJ80IbjsFpSbSKU6yW5x). The `filtered.vcf` has been produced by processing multiple...
Hey there @glemmaPaul. I've been watching this repo for quiet some time now and it seems that lately very few activity has been put into it, which is understandable. Therefore...
Currently this library is heavily restricted as any proxy implementation must follow the `http.Agent` implementation. However, for many other environments it is desirable use the library only for preprocessing. A...