Stephen Quirolgico
Stephen Quirolgico
I got the following Androwarn "Suspicious Connection Establishment" finding: **"This application opens a Socket and connects it to the remote address ' returned no addresses for ; port is out...
Hi, I've run into an Androwarn bug on following app: https://play.google.com/store/apps/details?id=com.aisense.otter ``` Traceback (most recent call last): File "/data/androwarn_1.6/androwarn-master/androwarn.py", line 96, in main() File "/data/androwarn_1.6/androwarn-master/androwarn.py", line 91, in main dump_analysis_results(data,sys.stdout)...
Androwarn had an issue processing this app: [https://play.google.com/store/apps/details?id=com.epocrates](https://play.google.com/store/apps/details?id=com.epocrates) I'm using Python 2.7: Traceback (most recent call last): File "/data/androwarn/androwarn.py", line 116, in main(options, arguments) File "/data/androwarn/androwarn.py", line 95, in main...
Is it possible to add an overall Risk Score to Androwarn? I think this would greatly increase its value, particularly with MDM/EMM analysts that are responsible for ensuring the safety...
For some apps, we are getting a python struct error. I don't know if this is a problem with androwarn, python, or the APK file itself. Below is an example...
Is it possible to use a CSV file as the set of input documents (i.e., where each row in the CSV file represents a different document)? We have a dataset...
@IanLee1521 - Can't recall if this was already requested elsewhere, but is it possible to enhance the scraper to also read metadata from an additional file in a repo? The...
When trying to run `Llama3.2-3B-Instruct-QLORA_INT4_EO8`, I'm getting the error: `OSError: meta-llama/Llama-3.2-3B-Instruct-QLORA_INT4_EO8 does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.` I've tried using `transformers` to...