KulaGGin
KulaGGin
When I open it in Arduino IDE as described here:  I get this error when I try to upload:  I'm on Windows 10 x64. As I understand, this...
When I run `cmake CMakeLists.txt` from the `cpputest-latest` folder as it says in the Getting Started guide, I get this: ``` D:\Projects\Libraries\cpputest-latest>cmake CMakeLists.txt -- Building for: Visual Studio 16 2019...
Sigmaker generates correct byte pattern but the byte sequence for the instruction itself changes. In my case byte sequence for the instruction `mov rdx, rcx` changed from `48 89 CA`...
When I try to build created project with code from the HLA book, it shows me this error:  I created HLA project with default settings. It doesn't even want...
Pretty sure it's not me doing something wrong(and creating all those issues I mean). Works on a simple VC++ Hello World project as expected and explained in the articles([One](https://www.hex-rays.com/products/ida/tech/flirt/in_depth/), [Two](https://www.fireeye.com/blog/threat-research/2015/01/flare_ida_pro_script.html)):...
I get the `FATAL: Bad xdigit: error` error when trying to use sigmake on a file with long lines, such as this one: https://slexy.org/view/s2UyxIhZQR Here's the .pat file with quite...
If you run idb2pat.py on IDA version 7.5, you'll get this error: ``` error: Traceback (most recent call last): File "", line 478, in File "", line 455, in main...
It doesn't work. Just shows black screen. Video demonstration: https://youtu.be/jQoV9S6zXqo I'm on this Windows version: https://i.imgur.com/jFZG1rV.png In the video below you can see that camera actually works just fine with...
Hey guys, nice book, just started reading it and I really like it. Currently I have a problem with Lab 3-1. When I launch Lab03-01.exe, it is only opened for...
Trying to run the first example. Getting a "invalid nontype template argument of type "const char (&)[15]"" error:  Using C++ 17.