Georgi Boiko

Results 24 comments of Georgi Boiko

This can happen if you haven't run `apt upgrade` for a bit, but installed `raspberrypi-kernel-headers` recently. In this case, the version of headers that gets installed is newer than the...

Latest version still has this bug all over `plist` parsing locations in code, earliest in "Select app". With some debugging it looks like on a Mac `Plist4r` always uses the...

Works well on iOS 11.1 with a Mac, doesn't fix the issue on Linux.

Temporary workaround: untick "Pretty print by default" under "User Options" -> "Display" -> "HTTP Message Display".

This should be fairly easy to implement (days). What format are your captures stored in?

Importers for protocols will rely on the format that you store captures in. Unless your format is supported as PCAP L2 [here](https://github.com/netzob/netzob/blob/master/src/netzob/Import/PCAPImporter/PCAPImporter.py#L122), most likely, you will have to build your...

18.04 LTS, neither option works.

Looks like this is a compatibility issue with `scapy`. The workaround is to checkout the version of `scapy` fork that was current at the time of `BLESuite` release 2.0: 2.4.0.

Loading a PDB doesn't seem to work with any of these path specs: * `/d/tools/sdk/jdk-8u262/bin/java.pdb` * `D:\\tools\\sdk\\jdk-8u262\\bin\\java.pdb` * `D:/tools/sdk/jdk-8u262/bin/java.pdb` ``` [Local::PID::12092]-> Error: unable to load symbols at /subtask1.js:1 ``` Using...

I have the same issue, the error is `SSL_get_error(ssl, cipherStatus) returned: 5 (SSL_ERROR_SYSCALL)` No issues under WSL/Linux; no issues with testssl.sh under MSYS/MinGW using a MinGW build of Peter Mosman's...