Skip to content

Commit

Permalink
make callbacks pub
Browse files Browse the repository at this point in the history
  • Loading branch information
marirs committed Oct 20, 2024
1 parent f2d8994 commit 10fe8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pe/tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Clone, Debug, Default)]
pub struct TlsCallbacks {
callbacks: Vec<u64>,
pub callbacks: Vec<u64>,
}

impl TlsCallbacks {
Expand Down

0 comments on commit 10fe8ff

Please sign in to comment.