Xiangyan Sun

Results 4 issues of Xiangyan Sun

The current x86 instruction decoding table in dbt uses a ad-hoc scheme which just supplies the information needed by the dynamic binary translator. It only contains about the encoding format...

enhancement

AF_UNIX/AF_LOCAL sockets is so different from normal sockets as they are completely unsupported in Windows. They are heavily used in Linux apps for interprocess communication. The closest thing in Windows...

enhancement

Currently the root directory handling in flinux is simplistic. We use "GetCurrentDirectoryW()" to get the current directory and append our paths to it. This causes issues like #58 . We...

enhancement

Using Visual Studio debugger for debugging a crashed instance is not very helpful - you cannot do many things other than introspect the call stack, current memory or registers. Currently...

enhancement