We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d9c59 commit f081a92Copy full SHA for f081a92
src/shell/fix_win11_menu.cc
@@ -131,8 +131,9 @@ void mb_shell::fix_win11_menu::install() {
131
next->getOperand(0).template holds<zasm::Mem>()) {
132
insn.ptr()
133
.reassembly([](auto a) {
134
- a.mov(zasm::x86::ecx, 0x10);
135
- a.mov(zasm::x86::eax, 0xffff);
+ a.mov(zasm::x86::eax, 0x0);
+ a.bts(zasm::x86::edi, 0x8);
136
+ a.nop();
137
a.nop();
138
139
})
0 commit comments