Docs.rs
udbg-0.3.1
udbg 0.3.1
Permalink
Docs.rs crate page
MIT
27 October 2025
Links
Homepage
Repository
crates.io
Source
Owners
metaworm
Dependencies
anyhow ^1.0
normal
bitflags ^2.0
normal
capstone ^0.11
normal
optional
cfg-if ^1.0
normal
cpp_demangle ^0.4
normal
crossbeam ^0.8
normal
cstrptr ^0.1
normal
ctor ^0.2
normal
derive_more ^0.99
normal
extend ^1.1
normal
ezlua ^0.3
normal
optional
failed-result ^0.2
normal
futures ^0.3
normal
glob ^0.3
normal
goblin ~0.7
normal
hex ^0.4
normal
iced-x86 ^1.20
normal
log ^0.4
normal
log-error ^0.1
normal
memmap2 ~0.5
normal
memoffset ^0.9
normal
minidump ~0.17
normal
parking_lot ^0.12
normal
pdb ^0.8
normal
regex ^1.5
normal
serde ^1.0
normal
serde-value ^0.7
normal
spin ^0.9
normal
symbolic ^12.1
normal
symbolic-demangle ^12.1
normal
thiserror ^1.0
normal
clap ^4
dev
ezlua ^0.3
dev
flexi_logger ^0.27
dev
minidump-writer ^0.8
dev
rustyline ^12
dev
tempfile ^3.6
dev
cc ^1
build
procfs ^0.15
normal
errno ^0.3
normal
libc ^0.2
normal
nix ^0.26
normal
libproc ^0.14
normal
mach2 ^0.4
normal
mach_o_sys ^0.1
normal
scroll ^0.11
normal
msvc-demangler ^0.9
normal
ntapi ^0.4
normal
unicase ^2.6
normal
winapi ^0.3.9
normal
windows ^0.51
normal
Versions
12.38%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
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
call_remote
udbg
0.3.1
In udbg::
os::
linux
udbg
::
os
::
linux
Function
call_
remote
Copy item path
Source
pub fn call_remote( pid:
pid_t
, fp:
usize
, ret:
usize
, args: &[
reg_t
], ) ->
Result
<
reg_t
>