cw2k
cw2k
>... It could also be done at startup probably,.. Hmm validating all resource string on each startup? I don't think that's such a good idea. Beside how to collect all...
>I worked with exceptions handlers before but in my experience it's better to let it crash in production than introduce these kinds of hacks that hide errors in the code...
>Did you have a chance to try it? Nice ya ask. Well to be honest I gave up since I didn't get **x64gui.dll** compiled. Or to be correct the tooked...
Hmm hooking CreateFileW to add the sharing attributes I want. Well that will work. However for closed source plugins I will try to do some manual binary patching at first...
I see. Would you agree to with some option to toggle shared writes on/off?
Okay so my rough plan for now will be to write a x64dbg-plugin that will use minhook to hook CreateFileW to hack in shared writes. :^)
Wow nice. What a nice 'surprise'. Nice code. Hmm I just out of curiosity I wonders that surprise() dllexport was for?
The **EasyLabelView** plugin crashes x64dbg during startup. > The crash occurs when EasyLabelView call Qt5Core.QObject::installEventFilter() passing a nullptr. > Well why it does so? That's because previous Qt5Widge.QWidget::childAt() fails and...
Well one should also mentioned here: **Inno Setup Decompiler**  [isdsetup.1.5.exe.zip](https://github.com/dscharrer/innoextract/files/5507287/isdsetup.1.5.exe.zip) I find it's more elaborated than disasm.exe "RemObjects Pascal Script standalone disassambler (part of Innounp project)" Website is currently...
Okay two steps are needed to fix that error: 1. Get python clang. That's easy open cmd.exe and run: `c:\python27\Scripts\pip.exe install clang` 2. Get that **libclang.dll** and copy it into...