-
Full tree output using cargo tree
├── Inflector v0.10.0
│ ├── lazy_static v0.2.8
│ └── regex v0.2.1
│ ├── aho-corasick v0.6.3
│ │ └── memchr v1.0.1
│ │ └── l…
ghost updated
6 years ago
-
Currently timer is screwed when host time change - if it occurs then time provider should resync.
https://learn.microsoft.com/pl-pl/windows/win32/sysinfo/wm-timechange
-
we need a database of WinAPI definitions with argument names and types to be used for proper arguments analysis in the disasm.
-
some references
https://github.com/Nexus-Mods/node-nexus-api
https://github.com/Nexus-Mods/node-winapi-bindings
https://github.com/Nexus-Mods/Nexus-Mod-Manager
-
Make sure UTF-8 paths are used everywhere. Replace direct ASCII WINAPI calls with `wchar_t` equivalents.
If possible, use UTF-8UTF-16 converters provided by the C++ runtime (for consistency with `std…
-
The display settings are 2256*1504 on my laptop.
But when the active window is full-screen, the activeWin() promise returns the following bounds:
``` javascript
{ x: -7, y: -7, width: 1519, height:…
-
I know this is for VB6 not VBA. I'm just wondering if it's likely to be at all possible to get this working for 64 bit VBA. At the assembly level I think there start to be some key differences so I th…
-
building on Mac (High Sierra with brew)
cloned this repo inside a clone of far2l (current master).
mkdir build
cd build
cmake ..
first issue: parallel make (-j4) gives random errors. feels …
-
Maybe it's russian text in the wrong coding
https://github.com/linksplatform/RawDoubletsViewer/blob/8a725ea9db2260739d470b7e58adedcf702335c5/winapi/main.cpp#L2
-
May be you can have a look at https://github.com/Modorganizer2/usvfs
Not only the WinAPI at ring3, but also some NtAPI should be fixed at ring0.