Docs.rs
memory-rs-0.2.6
memory-rs 0.2.6
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
etra0
Dependencies
anyhow ^1.0.34
normal
windows-sys ^0.35
normal
Versions
36.71%
of the crate is documented
Platform
x86_64-pc-windows-msvc
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
memory_
rs
0.2.6
All Items
Crate Items
Modules
Macros
Crate
memory_rs
Copy item path
Source
Modules
§
error
external
internal
Macros
§
count_
args
Macro created by t0mstone You can check the original source at https://github.com/T0mstone/tlibs/blob/master/some_macros/src/lib.rs#L23-L29
generate_
aob_
pattern
Returns a MemoryPattern struct
main_
dll
Macro that creates the MainDLL function. This function has a special signature that needed by WinAPI to create a DLL.
scoped_
no_
mangle
Scoped no mangle to avoid repetition
try_
winapi
Map winapi error to lib error.
wrap_
winapi
Wrap a function to a lambda which returns a Result<_, Error> depending of the condition. You should use it like wrap_winapi!(MyFunction(), MyCondition) where MyCondition
must
start with an x and the comparison. For example