Results 7 issues of evilpan

### Describe what you wanted to do Parse a dex file with DalvikVMFormat class. - is this error specific to a single file? maybe. a minimal working example where the...

Please remove this template if you only have a question or do not want to create a new issue. ### Describe what you wanted to do get_strings of dex -...

Currently the vm is not used by DecompilerDAD, however it may cause the following exception if the decompiler use vm in the future: ``` File "/androguard/decompiler/decompiler.py", line 650, in __init__...

Hello, First of all, thanks for the great tool! I was writing a static analysis tool using androguard, and trying to parse the builtin AST (i.e. `DvMethod.get_ast()`), but found it...

This address issues like #213 #238 #490 and others, which will enable `lightgallery` for most images in markdown document. Enabled for image that has Text or/and Title: ``` ![text](https://exapmle.com/image.png) ![](https://exapmle.com/image.png...

Please examine each of the following points so that we can help you as soon and best as possible. **Describe the bug** While calling `retrieveActiveBody` on some method, soot will...

Should the `` characters be escaped in `pattern` of JSON model generators? It's escaped in some file: https://github.com/facebook/mariana-trench/blob/c82bb62751ef84fd4dd872b30d05bd430d404d5b/configuration/model-generators/sinks/CodeExecutionSinkGenerator.json#L51 while others are not: https://github.com/facebook/mariana-trench/blob/c82bb62751ef84fd4dd872b30d05bd430d404d5b/configuration/model-generators/propagations/CastUriFeatureGenerator.json#L48