OtherName

Results 8 issues of OtherName

Installation process described in README.md will not work for Python x64 on Windows. First, you'll need to install mingw64, not w32. And it uses **packman -S** to install packages, not...

It's MacOS, python 2.7.10 Traceback (most recent call last): File "webpage2html.py", line 396, in main() File "webpage2html.py", line 391, in main sys.stdout = codecs.getwriter("utf-8")(sys.stdout.detach()) AttributeError: 'file' object has no attribute...

Added comments about the keys necessary for Mavic Pro 3 V01.00.0600 firmware unpacking

Mavic Pro 3 firmwares contain 0802 module firmware which is PRAK-UFIE encrypted. But pkghead.signature_size is 384 bytes, i.e. it's RSA-3072. Thus I get: `Signed image file head signature has unexpected...

IMAGE_DIRECTORY_ENTRY_EXCEPTION, it contains an array of IMAGE_RUNTIME_FUNCTION_ENTRY structures: https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-runtime_function

image.py prints this error when processing wm330_0305_v34.04.00.17_20160114.fw.sig or wm330_0306_v03.02.35.82_20170926.pro.fw.sig from V02.00.0600_P4_dji_system which can be found here: https://github.com/MAVProxyUser/dji_system.bin/blob/master/bins/V02.00.0600_P4_dji_system.bin

JFYI: 1) It won't be able to find opencv out-of-the-box. So you have to put is manually: mkdir build cd build cmake -G"Visual Studio 15 2017 Win64" -DOpenCV_DIR=D:\\opencv\\build ../ 2)...

IDA 6.8, installed all the requirements, loads fine, I see the menu. I set settings as in the [code-coverage-hd](https://vimeo.com/130815898) example video, run my exe file, and then nothing new happens....