Mario Vilas

Results 111 comments of Mario Vilas

@ErrorxCode if you're using an emulator, pick a version of Android that uses API 31. If it's a physical device, that's gonna be trickier. :)

My particular winning combination was Frida 16.7.19 with Android 10.

I'm getting the same problem. ``` [ 60%] Built target capstone-static [ 60%] Building CXX object CMakeFiles/vulnscan.dir/src/file_typer.cpp.o [ 62%] Building CXX object CMakeFiles/vulnscan.dir/src/windows_binary.cpp.o In file included from /home/crapula/vulnscan/src/vuln_report.h:4, from /home/crapula/vulnscan/src/binary_file.h:5,...

I'm also noticing the build is trying to compile a Windows binary on Linux, which is possibly the source of the problem. Can't compile on Windows either since there is...

BTW I also tried downloading the precompiled binary for Windows and VirusTotal flags it as malware: https://www.virustotal.com/gui/file/b488a7965b944fa0955e3b3e97e428fe0e83352e585b11199bf37f55744d2889

Just wanted to comment that the web is still down, and so is the link to the reference documentation :/

Ok, so I've been thinking about this one and I don't think there's an easy solution. The original idea was to make pages write-copy when they belong to a DLL...

That's odd, the exception is inside format_exc(). Can you try again, but temporarily replace the warning with an actual exception, so we can see the original traceback?

Let's also try removing the "as e" part in the "except" statement and just calling format_exc() with no arguments. This should automatically pull the traceback from the last exception without...

Confirmed, I can't get any results either. I'll look into it, they must have changed something in the response HTML.