fearless

Results 22 comments of fearless

Which library are you referring to? Some are third party. Others that are created by myself may include some or all of the functions, depending on how the library was...

Most libraries are compiled that way - only if they are compiled with separate obj files for each individual function before adding into the library, then the linker only pull...

Thanks @TOW87, I didn't see that option, but have enabled it now and also added msvcrt.lib to the additional dependencies with the /MT - will update soon. For the LZ4...

https://isc.sans.edu/forums/diary/The+DAA+File+Format/25246/

Probably be useful to create a hidden tool popup dialog/window, that is shown when the mouse is over the call/jmp and hidden again when it is moved away. Possibly create...

Sounds like one of my older plugins. I had a plugin called APIComments that was an early version of what is now called APIInfo plugin. Ive since updated the plugins...

This is likely due to Windows default controlled folder access (https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/customize-controlled-folders) > Controlled folder access applies to many system folders and default locations, including folders such as Documents, Pictures, and...

I also tried various things to try and reproduce this, with saving the database or exporting it to normal folder or protected folders, and with the recent snapshot zip unblocked...

I recommend using https://github.com/ThunderCls/xAnalyzer as it can be set to auto analyse the debugee on first load

HJWasm (https://github.com/Terraspace/HJWasm) and last releases of Jwasm, support x64 and are masm compatible.