-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 change example to examples; add demo picture
- Loading branch information
1 parent
bedecf0
commit c895ce4
Showing
7 changed files
with
27 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[build] | ||
target = "x86_64-pc-windows-msvc" | ||
target = "i686-pc-windows-msvc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
[package] | ||
name = "injrs" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
description = "DLL injector library and tool written in Rust. Rust 实现的DLL注入工具/库。" | ||
authors = ["Zoe <[email protected]>"] | ||
license = "Apache-2.0" | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[[example]] | ||
name = "hellobox" | ||
crate-type = ["cdylib"] | ||
|
||
|
||
[dependencies.winapi] | ||
|
@@ -16,6 +19,7 @@ features = [ | |
"memoryapi", | ||
"minwindef", | ||
"ntdef", | ||
"winuser", | ||
"tlhelp32", | ||
"psapi", | ||
"securitybaseapi", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.