2014년 1월 27일 월요일
GetDiskFreeSpaceEx Function Internal call path
GetDiskFreeSpaceEx
ntdll!ZwQueryVolumeInformationFile
sysenter ----------------------------------------------------------------------
nt!NtQueryVolumeInformationFile
IRP_MJ_QUERY_VOLUME_INFORMATION | FileFsVolumeInformation
NtfsFsdDispatch
NtfsFsdDispatchSwitch
NtfsCommonQueryVolumeInfo
NtfsQueryFsSizeInfo
2014년 1월 21일 화요일
linux - ctags
Ctags 사용법
- Ctags 사용시 Prototype 과 extern 정의도 tag 로 포함시키는 명령어.
ctags -R --c-kinds=+px
-R recursive
−−
Specifies a list of language-specific kinds of tags (or kinds) to include in the output file for a particular language, where
As an example for the C language, in order to add prototypes and external variable declarations to the default set of tag kinds, but exclude macros, use −−c−kinds=+px−d; to include only tags for functions, use −−c−kinds=f.
피드 구독하기:
덧글 (Atom)