Roy Mor

Results 30 issues of Roy Mor

**All versions are the same for both host and target** Windows version: Windows 10 home 21H2 19044.1826 WDK version: 10.0.22621.0 I try to run on host: ``` sc.exe create driver_name...

**Describe the bug** Benchmarks fixture don't seem to run unless in debug with breakpoints **System** - OS: Windows 10 x64 - Compiler and version: msvc 19.16.27034 x32/x64 (both) **To reproduce**...

## Description Scaffolding a Vue.js app creates an `eslintConfig` inside package.json. The `eslintConfig` contains the following configuration: ``` json "extends": [ "xo-space/esnext" ] ``` According to extension [readme](https://github.com/sindresorhus/eslint-config-xo-space) Support for...

## 🐛 Bug Report Trying to assert with expect and resolve doesn't await for promise and results in early termination of script resulting in `Error: Navigation failed because browser has...

help wanted 🆘
bug 🐛

There're couple of entries in the reference that use the `sec_opcd` attribute instead of just using the `mod` attribute which making automatic parsing a bit more cumbersome since there're no...

enhancement

The first entry which is for `AAM` has `sec_opcd` equal to `0A` for no reason. The instruction doesn't rely on a secondary opcode just an immediate 8 bit value after...

enhancement

Opcode `0F 23` > Move to/from Debug Registers [Entry number 2](https://github.com/Barebit/x86reference/blob/master/x86reference.xml#L7927) should the operand type be of type `d` for 32 bit and not `q` for 64 bit? This second...

bug

If a user action is triggering a few steps one after another, the chatbot scrolls all the way to the bottom. I want it to scroll to the first message...

I've seen the same issue for python2 and ARM32 But I also have the same problem for ARM64 on python3 Give the following instruction: `stp x29, x30, [sp, #0x20]` I...

bug
ARM
AArch64