Skip to content

Commit 9d0e9bb

Browse files
committed
improve nam and til insta testing
1 parent 738bace commit 9d0e9bb

File tree

103 files changed

+1198793
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1198793
-38
lines changed

src/nam.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
use anyhow::{ensure, Result};
2+
use serde::Serialize;
23

34
use crate::ida_reader::{IdbBufRead, IdbReadKind};
45
use crate::{Address, IDAKind, IDAUsize, SectionReader, VaVersion};
56

6-
#[derive(Debug, Clone)]
7+
#[derive(Debug, Clone, Serialize)]
78
pub struct NamSection<K: IDAKind> {
89
pub names: Vec<Address<K>>,
910
}

0 commit comments

Comments
 (0)