Skip to content

Commit

Permalink
fix nix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
b23r0 committed Aug 29, 2022
1 parent ae79c7a commit 0397d56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Heroinn
A cross platform C2/post-exploitation framework implementation by Rust.

![image]( https://github.com/b23r0/Heroinn/blob/main/image/ui.jpg)

_This project is for research and study purposes only, and any illegal behavior using this project has nothing to do with this project._

# Features
Expand Down
1 change: 1 addition & 0 deletions heroinn_client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fn main() {
).unwrap();
}

#[cfg(target_os = "windows")]
#[cfg(not(debug_assertions))]
hide_console_window();

Expand Down
Binary file added image/ui.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0397d56

Please sign in to comment.