Skip to content

xiaobfly/AnalyzePdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnalyzePdb

解析符号表获取函数偏移。 get function offset by pdb.


*************** write by xuxian *****************


AnalyzePdb.exe analyze_file [[-f] | [-s] | [-l][-s] | [-x]]

analyze_file need to analyze file

[-f or -function function_name] get the function address. for example: AnalyzePdb.exe 64win7_ntoskrnl.exe -f RtlInitUnicodeString. [-x function_sign] get the function address. for example: AnalyzePdb.exe 64win7_ntoskrnl.exe -x Rtl*. will get all Rtl function. [-s or -save file_path] save analyze pdb data. for example: AnalyzePdb.exe 64win7_ntoskrnl.exe -x Rtl* -s Rtl.txt. [-l or -list list_file_path] analyze list functions. for example: AnalyzePdb.exe 64win7_ntoskrnl.exe -l list.txt -s list_function.txt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages