leecher1337
leecher1337
There also is an annoying bug in more recent Windows 10 versions which surfaces with subclassed Scrollbar-class, i.e. Visual Basic 3 ThunderHScrollBar class: Upon creation, in WM_NCCREATE, an address is...
https://github.com/vtil-project/VTIL-Core/blob/7e741095abbe571a9feddb09066fe13109d204a7/VTIL-Architecture/trace/tracer.cpp#L504-L507 ... https://github.com/vtil-project/VTIL-Core/blob/7e741095abbe571a9feddb09066fe13109d204a7/VTIL-Architecture/trace/tracer.cpp#L526-L529 lvm.execute can do read_register: https://github.com/vtil-project/VTIL-Core/blob/7e741095abbe571a9feddb09066fe13109d204a7/VTIL-Architecture/vm/interface.cpp#L45-L51 read_register in turn calls tracer: https://github.com/vtil-project/VTIL-Core/blob/7e741095abbe571a9feddb09066fe13109d204a7/VTIL-Architecture/vm/lambda.hpp#L66-L71 And se we end up with a stack overflow.
Some functions could not be detected with the current analyzer. Here is a list of the combinations that weren't detected and what they should have supposedly been: VPOPV* -------------------------------------------------- [!]...
I have a DOS application that uses high intensity color background colors. It has fields that are black on bright white background. Now we know INT10h: ``` AX = 1003h...
I'd like to use these tests to validate protected mode functionality. For this, I'd like to have it runnable under MS-DOS. The original work where you derived it from runs...