hlide

Results 49 comments of hlide

Thanks for the suggestion. However, I would like avoid using Wire explicitely as much as possible but I guess it could be a workaround especially if Wire library is already...

And it allows a lot of effects like smooth horizontal text or graphics movement in pixel unit.

While the operand is a memory operand, if READ flag really means READ memory access, it cannot be set. All is about the meaning you give to READ flag. De:...

So just contribute to porting Xenia upon OSX. Less wording, more coding.

You can also consider this [page](http://www.agner.org/optimize/#manuals), especially the 4th section `Instruction tables: Lists of instruction latencies, throughputs and micro-operation breakdowns for Intel, AMD and VIA CPUs`. There is a .pdf...

I think it gives the number of bytes to encode the displacement (usually 1, 2 or 4 bytes) and probably 0 if this instruct has no brdisp (indirect call). All...

From https://github.com/xoreaxeaxeax/sandsifter: > The tool discovered innumerable bugs in disassemblers, the most interesting of which is a bug shared by nearly all disassemblers. Most disassemblers will parse certain jmp (e9)...

After some thoughts about it, it seems what I'm looking for is mostly how to reroute FS and GS segments in a safe way. Having a virtual memory different from...

I'm only considering x64 host machine. I'm not familiar with the idea to use a driver to do so (any pointer on a source showing how altering FS/GS segment through...

@ionescu007 yes I'm. I'm familiar with the real and protected mode (while it may be a long time ago), not with hypervisor mode. The LDT solution may not work as...