KulaGGin

Results 19 issues of KulaGGin

When I open it in Arduino IDE as described here: ![chrome_DUt5v9XLFQ](https://user-images.githubusercontent.com/16989713/81808518-7e64ff00-9528-11ea-816e-bd3b16fa03f7.png) I get this error when I try to upload: ![javaw_BJRAq1dhM3](https://user-images.githubusercontent.com/16989713/81808533-845ae000-9528-11ea-8171-77163eeef616.png) 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: ![image](https://user-images.githubusercontent.com/16989713/51428982-7d60dd80-1c12-11e9-8741-80be85d52f51.png) 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: ![devenv_xh8mQD2OI8](https://user-images.githubusercontent.com/16989713/217891694-91e3b128-41fa-4d14-a545-a83ab4206b7f.png) Using C++ 17.