Atanas Palavrov

Results 5 comments of Atanas Palavrov

As told in #134 promise based API warns for unhandled promises - this is implementation problem because all API functions return a promise so these promises must be correctly handled...

I already did it as bunch of install scripts and resource files that starts `nexe v1.x` output as windows service with `nssm.exe` and then integrated the whole process in custom...

I'm too busy with other projects and don't know when will have some free time to prepare a simple working example/PR. If you guys got to this and would like...

@jflopezfernandez, it is the same. `-1` in binary is presented as `2^32-1` which is exactly `4,294,967,295`. Check here about [two's complement](https://en.wikipedia.org/wiki/Two%27s_complement)

`ECX` will be used as count limit for `REPNE SCASB` instruction i.e. we want that it is the maximum possible value here i.e. all bits set to 1 which is...