Sirmabus

Results 9 issues of Sirmabus

In "alien.c" in "alien_buffer_gc" @ line #934: "lua_pop(L, 2);" When "LUA_USE_APICHECK" is defined, this line will trigger a "invalid new top". This because there is only one stack index (the...

The search pattern is treated as a string, yet /x00 is used as a wildcard (in CompareByteArray()). Thus In the first case only "\x45\x43\x45\x55\x33\x9a\xfa\" is actually searched.

First of all thanks for all of your kick-A tools. This one must be everyone's favorite for exploring ETW providers. One or two additional search features would be great addition...

I love YTPlayer but I didn't like the interface that was a little too busy for me. I made a custom version that has just a single play/pause button. Note...

Feature

Would be nice to know what HookHunter explicitly looks for. Just code patches? Or does it also look for IAT/EAT redirections too? Can you list these in the README.md? Also...

With Python 3, some times labels are type(str) other times they are type(bytes). For instance with a DT_NEEDED tagged item it might be a bytes, other times it's might be...

patches-welcome

First of all again thanks for all your work on this. My aim is to help you make it better. There is some design issues with llthreads (going back to...

On a "mp_pack()" call with a large depth of nested tables cmsgpack will crash Lua. The function "mp_encode_lua_table()" grows the Lua stack by two per call. In a recursive situation...

The optional SEH handler local implementation of _RtlInsertInvertedFunctionTable()_ is called after the DLLMain() gets called in _LdrMapDllMemory_. If an exception happens in DLLMain() it won't be caught (and thus becomes...