Havij khor

Results 8 comments of Havij khor

> Actually, the hint tells you exactly what you need to do, without actually telling you which specific characters you have to type. > > > In order to use...

Please mention `32bit` in the title.

[Sciter](https://sciter.com/); it is commercial but there is a free license. [RmlUI](https://github.com/mikke89/RmlUi); it is open-source, MIT licensed, and integrable with SDL2.

I agree with all of that. except > The second reason is that PDB files are a nice well of information but if you have PDB files you most likely...

> Do you mean IDA or Hex-Rays? Because Hex-Rays is a full-fledged decompiler and does much more than just analyze PDB-files. [Hex-Rays IDA Pro](https://www.hex-rays.com/products/ida/index.shtml) is shipped with [Hex-Rays Decompiler](https://www.hex-rays.com/products/decompiler/index.shtml). In...

Especially a coding convention for C# sources amoung with a detailed TODO list.

> @moien007 Not sure if you are still motivated since you did not get an official response, but could you perhaps rebase this? Thanks! Solved the merge conflict; is that...

IMO, implementing async-api have higher priority than sync-api. You can provide sync-api as sync-over-async and focus on important parts of the code. Often, sync-api is used at client side so...