-
DirectXTex has all the facilities needed to support the old 'load-surface-from-surface' behavior. A sample implementation would help those porting D3DX code as well as demonstrate how heavy-weight tha…
-
this code from docs:
winapi.watch_for_file_changes(dir, winapi.FILE_NOTIFY_CHANGE_LAST_WRITE, FALSE,
function(who,what)
print(who,what)
end
)
as well as test-watcher.lua, only retu…
-
Cool stuff. Thank you.
Well, speaking of payloads, winexec works fine, but reverse shell (msfvenom generated) is not firing.
Anybody tried that out?
I hope I don't have to adjust Winapi paramete…
-
> ftdi@1.2.1 install C:\temp\node_modules\ftdi
> node-gyp rebuild
C:\temp\node_modules\ftdi>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-…
-
the compiler quits on winapi
with
Compile winapi.mod
file pos 401631: Too many exported types
adding some more exports brings:
file pos 524287: No :
r-k-o updated
7 years ago
-
The `mio` dependency on Windows is out of date, and depends on winapi 0.2 which will stop compiling in the future.
Details
The package `winapi v0.2.8` currently triggers the following future inc…
ehuss updated
2 years ago
-
user32-sys is no longer used with winapi 0.3: https://github.com/retep998/winapi-rs#should-i-still-use-those--sys-crates-such-as-kernel32-sys
-
Add tags to strings to give them semantic context.
A taxonomy could encompass for example:
* `winapi`: strings that are associated with Windows DLL files or WinAPI names
* `benign` / `library`: str…
-
Hi all,
When monitoring a folder inside a QNAP, I can get events for newly created files. However, if the new file is a directory, the watchdog crashes with a system error.
I suspect it is because t…
-
Steps to reproduce:
- Create 2 dummy crates:
```
cargo new --lib a
cargo new --lib b
```
- Create a `Cargo.toml` file with the following content:
```
[workspace]
members = [
"a",
"b…