Pinned Loading
-
Template DLL rust
Template DLL rust 1//cargo.toml
2//[dependencies]
3//winapi = { version = "0.3.9", features = ["minwindef","winuser"] }
45//[lib]
-
rust-loadlibrary.rs
rust-loadlibrary.rs 1use std::ffi::c_void;
2use std::ptr;
34type Error = u32;
5type FnMessageBox = extern "stdcall" fn(hWnd: *const c_void, lpText: *const u16, lpCaption: *const u16, uType: u32) -> i32;
-
Convert_string.rs
Convert_string.rs 1//Ref https://gist.github.com/jimmychu0807/9a89355e642afad0d2aeda52e6ad2424
2use std::str;
34fn main() {
5// -- FROM: vec of chars --
-
llvm-pass-skeleton
llvm-pass-skeleton PublicForked from sampsyo/llvm-pass-skeleton
example LLVM pass
C++
-
ret-sync
ret-sync PublicForked from bootleg/ret-sync
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
C
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.