mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
Added gitignore
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
*.exe
|
||||
*.elf
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "Process_Injection_CreateThread"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"kernel32-sys",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "kernel32-sys"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
||||
dependencies = [
|
||||
"winapi 0.2.8",
|
||||
"winapi-build",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "winapi"
|
||||
version = "0.2.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
||||
|
||||
[[package]]
|
||||
name = "winapi"
|
||||
version = "0.3.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
||||
dependencies = [
|
||||
"winapi-i686-pc-windows-gnu",
|
||||
"winapi-x86_64-pc-windows-gnu",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "winapi-build"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
||||
|
||||
[[package]]
|
||||
name = "winapi-i686-pc-windows-gnu"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
||||
|
||||
[[package]]
|
||||
name = "winapi-x86_64-pc-windows-gnu"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc_fingerprint":11954453672835432746,"outputs":{"931469667778813386":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/nariod/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"17598535894874457435":{"success":true,"status":"","code":0,"stdout":"rustc 1.58.1 (db9d1b20b 2022-01-20)\nbinary: rustc\ncommit-hash: db9d1b20bba1968c1ec1fc49616d4742c1725b4b\ncommit-date: 2022-01-20\nhost: x86_64-unknown-linux-gnu\nrelease: 1.58.1\nLLVM version: 13.0.0\n","stderr":""},"2797684049618456168":{"success":false,"status":"exit status: 1","code":1,"stdout":"","stderr":"error: `-Csplit-debuginfo` is unstable on this platform\n\n"}},"successes":{}}
|
||||
@@ -0,0 +1,3 @@
|
||||
Signature: 8a477f597d28d172789f06886806bc55
|
||||
# This file is a cache directory tag created by cargo.
|
||||
# For information about cache directory tags see https://bford.info/cachedir/
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc_fingerprint":11954453672835432746,"outputs":{"17598535894874457435":{"success":true,"status":"","code":0,"stdout":"rustc 1.58.1 (db9d1b20b 2022-01-20)\nbinary: rustc\ncommit-hash: db9d1b20bba1968c1ec1fc49616d4742c1725b4b\ncommit-date: 2022-01-20\nhost: x86_64-unknown-linux-gnu\nrelease: 1.58.1\nLLVM version: 13.0.0\n","stderr":""},"931469667778813386":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/nariod/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"2797684049618456168":{"success":false,"status":"exit status: 1","code":1,"stdout":"","stderr":"error: `-Csplit-debuginfo` is unstable on this platform\n\n"}},"successes":{}}
|
||||
@@ -0,0 +1,3 @@
|
||||
Signature: 8a477f597d28d172789f06886806bc55
|
||||
# This file is a cache directory tag created by cargo.
|
||||
# For information about cache directory tags see https://bford.info/cachedir/
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
+1
@@ -0,0 +1 @@
|
||||
6df33a7a7d774ccf
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"[]","target":10860190692658113215,"profile":1021633075455700787,"path":1684066648322511884,"deps":[[3510667394442577820,"kernel32",false,4581072664310606486],[11200738327577307306,"winapi",false,6379526283060721861]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/Process_Injection_CreateThread-4e85ca9a5319ce28/dep-test-bin-Process_Injection_CreateThread"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
+1
@@ -0,0 +1 @@
|
||||
f7b59b423a440ee0
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"[]","target":10860190692658113215,"profile":7309141686862299243,"path":1684066648322511884,"deps":[[3510667394442577820,"kernel32",false,4581072664310606486],[11200738327577307306,"winapi",false,6379526283060721861]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/Process_Injection_CreateThread-94493d617b26cbdf/dep-bin-Process_Injection_CreateThread"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
+1
@@ -0,0 +1 @@
|
||||
966a7c0e513d933f
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"[]","target":4889297859514172681,"profile":3735503092003429423,"path":4053713202205777459,"deps":[[3510667394442577820,"build_script_build",false,1926485460739220692],[3932811424422024475,"winapi",false,2155698087573967200]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/kernel32-sys-32cf1f2cfe5f9c27/dep-lib-kernel32"}}],"rustflags":[],"metadata":17007471771852871927,"config":2202906307356721367,"compile_kind":0}
|
||||
+1
@@ -0,0 +1 @@
|
||||
b938a3a0efd7ff8a
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"[]","target":2709041430195671023,"profile":12637318739757120569,"path":13307049103332858988,"deps":[[4764944697823027950,"build",false,5157408422891096557]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/kernel32-sys-846cdd86cc829354/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":17007471771852871927,"config":2202906307356721367,"compile_kind":0}
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
+1
@@ -0,0 +1 @@
|
||||
d4e450d05140bc1a
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"","target":0,"profile":0,"path":0,"deps":[[3510667394442577820,"build_script_build",false,10015961520487479481]],"local":[{"Precalculated":"0.2.2"}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}
|
||||
+1
@@ -0,0 +1 @@
|
||||
7e11b0665d7de398
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"","target":0,"profile":0,"path":0,"deps":[[11200738327577307306,"build_script_build",false,12152820009797060806]],"local":[{"RerunIfChanged":{"output":"debug/build/winapi-29177aeacc5dbcfa/output","paths":["build.rs"]}},{"RerunIfEnvChanged":{"var":"WINAPI_NO_BUNDLED_LIBRARIES","val":null}},{"RerunIfEnvChanged":{"var":"WINAPI_STATIC_NOBUNDLE","val":null}}],"rustflags":[],"metadata":0,"config":0,"compile_kind":0}
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
+1
@@ -0,0 +1 @@
|
||||
60d1d540fd93ea1d
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"[]","target":1607490174094055910,"profile":3735503092003429423,"path":16286654198915394672,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/winapi-4b4bd422e6ef0e18/dep-lib-winapi"}}],"rustflags":[],"metadata":14584114322193499822,"config":2202906307356721367,"compile_kind":0}
|
||||
+1
@@ -0,0 +1 @@
|
||||
c6883617697da7a8
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"[\"winnt\"]","target":2709041430195671023,"profile":12637318739757120569,"path":586291675267867002,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/winapi-7f7e7f563ca379de/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":16266002775178098827,"config":2202906307356721367,"compile_kind":0}
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
+1
@@ -0,0 +1 @@
|
||||
c5381ab15aa18858
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"[\"winnt\"]","target":1607490174094055910,"profile":3735503092003429423,"path":8497993870064310280,"deps":[[11200738327577307306,"build_script_build",false,11016786953586610558]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/winapi-91bf1a37e87c29eb/dep-lib-winapi"}}],"rustflags":[],"metadata":16266002775178098827,"config":2202906307356721367,"compile_kind":0}
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
+1
@@ -0,0 +1 @@
|
||||
ed0908b0a2cb9247
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"rustc":9289672224281493355,"features":"[]","target":10060011109486484795,"profile":12637318739757120569,"path":13100702374317506917,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/winapi-build-7495b33ca58094db/dep-lib-build"}}],"rustflags":[],"metadata":4493492902530613118,"config":2202906307356721367,"compile_kind":0}
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+5
@@ -0,0 +1,5 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/build/kernel32-sys-846cdd86cc829354/build_script_build-846cdd86cc829354: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/build.rs
|
||||
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/build/kernel32-sys-846cdd86cc829354/build_script_build-846cdd86cc829354.d: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/build.rs
|
||||
|
||||
/home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/build.rs:
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
+1
@@ -0,0 +1 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/build/kernel32-sys-9ecbb49fafbd7ff7/out
|
||||
+1
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,3 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rerun-if-env-changed=WINAPI_NO_BUNDLED_LIBRARIES
|
||||
cargo:rerun-if-env-changed=WINAPI_STATIC_NOBUNDLE
|
||||
+1
@@ -0,0 +1 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/build/winapi-29177aeacc5dbcfa/out
|
||||
Executable
BIN
Binary file not shown.
BIN
Binary file not shown.
+5
@@ -0,0 +1,5 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/build/winapi-7f7e7f563ca379de/build_script_build-7f7e7f563ca379de: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs
|
||||
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/build/winapi-7f7e7f563ca379de/build_script_build-7f7e7f563ca379de.d: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs
|
||||
|
||||
/home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs:
|
||||
+1
File diff suppressed because one or more lines are too long
+5
@@ -0,0 +1,5 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/Process_Injection_CreateThread-4e85ca9a5319ce28.rmeta: src/main.rs
|
||||
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/Process_Injection_CreateThread-4e85ca9a5319ce28.d: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/Process_Injection_CreateThread-94493d617b26cbdf.rmeta: src/main.rs
|
||||
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/Process_Injection_CreateThread-94493d617b26cbdf.d: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
@@ -0,0 +1,7 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/build-7495b33ca58094db.rmeta: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs
|
||||
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/libbuild-7495b33ca58094db.rlib: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs
|
||||
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/build-7495b33ca58094db.d: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs
|
||||
|
||||
/home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs:
|
||||
@@ -0,0 +1,5 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/kernel32-32cf1f2cfe5f9c27.rmeta: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/src/lib.rs
|
||||
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/kernel32-32cf1f2cfe5f9c27.d: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/src/lib.rs
|
||||
|
||||
/home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/src/lib.rs:
|
||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/winapi-4b4bd422e6ef0e18.rmeta: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs
|
||||
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/winapi-4b4bd422e6ef0e18.d: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs
|
||||
|
||||
/home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs:
|
||||
@@ -0,0 +1,5 @@
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/winapi-91bf1a37e87c29eb.rmeta: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/src/lib.rs
|
||||
|
||||
/home/nariod/Dev/Rust/OffensiveRust/Process_Injection_CreateThread/target/rls/debug/deps/winapi-91bf1a37e87c29eb.d: /home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/src/lib.rs
|
||||
|
||||
/home/nariod/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/src/lib.rs:
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user