first init
Working pdb download and parser - Read ntoskrnl.exe for GUID - Download correspoding pdb file - Parse for globals symbols - Parse for offset in structs (Only symbols and structs helps with finding NonPagedPool{Start,End/First,Last}[Va] are parsed)
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
|
||||
# Created by https://www.gitignore.io/api/vim
|
||||
# Edit at https://www.gitignore.io/?templates=vim
|
||||
|
||||
### Vim ###
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
|
||||
# Session
|
||||
Session.vim
|
||||
Sessionx.vim
|
||||
|
||||
# Temporary
|
||||
.netrwhist
|
||||
*~
|
||||
|
||||
# Auto-generated tag files
|
||||
tags
|
||||
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
||||
# Coc configuration directory
|
||||
.vim
|
||||
|
||||
# End of https://www.gitignore.io/api/vim
|
||||
|
||||
ntkrnlmp.pdb
|
||||
parsed.txt
|
Reference in New Issue
Block a user