Microsoft PowerPoint - [#4-1] NTFS.pptx

Size: px
Start display at page:

Download "Microsoft PowerPoint - [#4-1] NTFS.pptx"

Transcription

1 New Technology File System Twitter Blog : f proneer@gmail.com Kim Jinkook

2 Outline 1. NTFS Introduction Internals Features Example

3 NTFS Introduction Security is a people problem

4 NTFS Introduction NTFS Version 기존 FAT (File Allocation Table) 파일시스템은개인용운영체제 ( 윈도우 3.1/95/98) 를위해사용 윈도우 NT (New Technology) 의등장으로서버용운영체제에서사용하기위한새로운기능을추가한파일시스템필요 윈도우 NT 이후 ~ 윈도우 7 까지사용 버전 운영체제 1.0 Windows NT Windows NT Windows NT Windows Windows XP 5.2 Windows Server Windows Vista, Windows Server 2008, Windows 7

5 NTFS Introduction NTFS Cluster Size 클러스터크기가 4 KB 가넘을경우파일압축을지원하지못함 볼륨크기 Windows NT 3.51 Windows NT 4.0 Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7 7MB 512 MB 512 bytes 4 KB 4 KB 512 MB 1 GB 1 KB 4 KB 4 KB 1 GB 2 GB 2 KB 4 KB 4 KB 2 GB 2 TB 4 KB 4 KB 4 KB 2 TB 16 TB Not Supported* Not Supported* 4 KB 16 TB 32 TB Not Supported* Not Supported* 8 KB 32 TB 64 TB Not Supported* Not Supported* 16 KB 64 TB 128 TB Not Supported* Not Supported* 32 KB 128 TB 256 TB Not Supported* Not Supported* 64 KB > 256 TB Not Supported Not Supported Not Supported * MBR 의제한으로지원하지못하는것을의미한다.

6 NTFS Introduction NTFS Size Limit 제한항목 설명 최대파일크기 구조상최대값 실제구현된최대값 16 exabytes 1KB (2 64 bytes 1KB) 16 terabytes 64 KB (2 44 bytes 64 KB) 최대볼륨크기 구조상최대값 2 64 clusters 1 실제구현된최대값 256 terabytes 64 KB (2 32 clusters 1) 볼륨당파일수 4,294,967,295 (2 32 1) us/library/cc781134%28ws.10%29.aspx

7 NTFS Introduction Features 특징 USN 저널 ADS (Alternate Data Stream) 파일의변경내용을기록한후시스템오류발생으로재부팅될경우완료되지않은처리작업을롤백 (Rollback) 다중데이터스트림지원 설명 Sparse 파일 파일데이터가대부분 0 일경우실제데이터기록없이정보만기록 파일압축 LZ77 의변형된알고리즘을사용하여파일데이터압축지원 VSS (Volume Shadow Copy) Service EFS (Encrypting File System) 윈도우 2003 부터지원된기능으로새롭게덮어써진파일및디렉터리의백업본을유지하여복구지원 FEK (File Encryption Key) 를이용한대칭키방식의파일데이터암호화지원 Quotas 사용자별디스크사용량제한 유니코드지원다국어지원 ( 파일, 디렉터리, 볼륨이름모두유니코드사용 ) 동적배드클러스터할당 배드섹터가발생한클러스터를자동으로재할당 대용량지원 2TB 가넘는대용량볼륨지원

8 Security is a people problem

9 NTFS Architecture POST Ntldr.dll(XP)/Bootmgr(Vista,7) : CPU 를보호모드로전환, 시작옵션및초기메뉴설정 (C:\/C:\Windows\Boot\) Master Boot Record Boot Sector in VBR NTFS.sys : 시스템파일드라이버 (C:\Windows\System32\drivers\) Ntldr/Bootmgr NTFS.sys Ntoskrnl.exe Ntoskrnl.exe : 시스템장치드라이버로드정보획득 (C:\Windows\System32\) Operating System Kernel Mode Application User Mode

10 Layout $Boot, $AttrDef, $MFT $MFTMirr, $LogFile, $Root $Bitmap, $Upcase, $Secure ~ NTFS 3.0 $Boot $LogFile, $AttrDef $MFT, $Secure $MFTMirr, $Root $Bitmap, $Secure NTFS 3.1 ~

11 Structure Volume Boot Record Master File Table Data Area 모든데이터는파일형태로관리 ( 관리데이터, 디렉터리등 ) VBR (Volume Boot Record) 은고정된위치 MFT 는일반적으로 VBR 이후에존재하지만데이터영역어느곳에와도무관

12 VBR (Volume Boot Record) Volume Boot Record Master File Table Data Area NTFS 로포맷된파티션의가장앞부분에위치하는영역 부트섹터, NTLDR 위치정보, 추가적인부트코드저장 VBR 의크기는클러스터크기와동일 클러스터크기 VBR 크기 ( 섹터 ) 512 bytes 1 1 KB 2 2 KB 4 4 KB 8

13 VBR (Volume Boot Record) Volume Boot Record Master File Table Data Area Boot Sector NTLDR Information & Boot Strap Cluster Size 0 번섹터 : 부트섹터 나머지섹터 : NTLDR 위치및추가적인부트코드정보

14 VBR (Volume Boot Record) Volume Boot Record Master File Table Data Area Boot Sector NTLDR Information & Boot Strap Cluster Size MBR + MBR Slack (Reserved Area) VBR 클러스터크기가 4 K 인경우

15 VBR (Volume Boot Record) Volume Boot Record Master File Table Data Area Jump Instruction OEM ID BPB Boot Sector NTLDR Information & Boot Strap Cluster Size 범위 (10 진수 ) 길이설명 bytes Jump Instruction bytes OEM ID bytes BPB bytes Extended BPB bytes Bootstrap code bytes End of sector marker (Signature)

16 VBR (Volume Boot Record) Jump Instruction OEM ID BIOS Parameter Block Bootstrap code End of sector marker (Signature)

17 VBR (Volume Boot Record) BIOS Parameter Block x00 Jump Boot Code OEM ID Bytes Per Sector Sec Per clus Reserved Sectors 0x10 Unused Media Unused 0x20 Unused Total Sectors 0x30 Start Cluster for $MFT Start Cluster for $MFTMirr 0x40 Clus per Entry Unused Clus Per Index Unused Volume Serial Number 0x50 Unused

18 VBR (Volume Boot Record) BIOS Parameter Block x00 Jump Boot Code OEM ID Bytes Per Sector Sec Per clus Reserved Sectors 0x10 Unused Media Unused 0x20 Unused Total Sectors 0x30 Start Cluster for $MFT Start Cluster for $MFTMirr 0x40 Clus per Entry Unused Clus Per Index Unused Volume Serial Number 0x50 Unused Jump Boot Code : 부트코드로점프하기위한명령어 (0xEB5290) EB58 : jmp : nop

19 VBR (Volume Boot Record) BIOS Parameter Block x00 Jump Boot Code OEM ID Bytes Per Sector Sec Per clus Reserved Sectors 0x10 Unused Media Unused 0x20 Unused Total Sectors 0x30 Start Cluster for $MFT Start Cluster for $MFTMirr 0x40 Clus per Entry Unused Clus Per Index Unused Volume Serial Number 0x50 Unused OEM ID : 제조사식별값 NTFS : NTFS

20 VBR (Volume Boot Record) BIOS Parameter Block x00 Jump Boot Code OEM ID Bytes Per Sector Sec Per clus Reserved Sectors 0x10 Unused Media Unused 0x20 Unused Total Sectors 0x30 Start Cluster for $MFT Start Cluster for $MFTMirr 0x40 Clus per Entry Unused Clus Per Index Unused Volume Serial Number 0x50 Unused Bytes Per Sector : 섹터당바이트수 Sectors Per Cluster : 클러스터당섹터수 Bytes Per Sector X Sectors Per Cluster = 클러스터크기 Reserved Sectors : NTFS 는항상파티션맨앞에부트섹터가존재하므로 0x00

21 VBR (Volume Boot Record) BIOS Parameter Block x00 Jump Boot Code OEM ID Bytes Per Sector Sec Per clus Reserved Sectors 0x10 Unused Media Unused 0x20 Unused Total Sectors 0x30 Start Cluster for $MFT Start Cluster for $MFTMirr 0x40 Clus per Entry Unused Clus Per Index Unused Volume Serial Number 0x50 Unused Media Descriptor 0xF8 : 고정식디스크 나머지값은플로피디스크구분 ( 현재플로피사용 X)

22 VBR (Volume Boot Record) BIOS Parameter Block x00 Jump Boot Code OEM ID Bytes Per Sector Sec Per clus Reserved Sectors 0x10 Unused Media Unused 0x20 Unused Total Sectors 0x30 Start Cluster for $MFT Start Cluster for $MFTMirr 0x40 Clus per Entry Unused Clus Per Index Unused Volume Serial Number 0x50 Unused Total Sectors : 해당볼륨이가지는총섹터수 Start Cluster for $MFT : $MFT 의 LBA 주소 Start Cluster for $MFTMirr : $MFTMirr 의 LBA 주소

23 VBR (Volume Boot Record) BIOS Parameter Block x00 Jump Boot Code OEM ID Bytes Per Sector Sec Per clus Reserved Sectors 0x10 Unused Media Unused 0x20 Unused Total Sectors 0x30 Start Cluster for $MFT Start Cluster for $MFTMirr 0x40 Clus per Entry Unused Clus Per Index Unused Volume Serial Number 0x50 Unused Clusters Per MFT Entry(Record) : MFT Entry 크기 Clusters Per Index Buffer : 디렉터리공간을할당하기위해사용되는인덱스버퍼의크기 Volume Serial Number : 볼륨시리얼번호

24 VBR (Volume Boot Record) Volume Boot Record Master File Table Data Area Boot Sector NTLDR Information & Boot Strap Cluster Size NTFS 부트로더의위치정보 윈도우 NT, 2000, XP : NTLDR (NT Loader) C:\ 윈도우 Vista, 7 : BOOTMGR (Boot Manager) C:\Windows\Boot\

25 MFT (Master File Table) Volume Boot Record Master File Table Data Area Volume Boot Record Master File Table Data Area Master File Table Data Area NTFS 는파일, 디렉터리, 메타정보를모두파일형태로관리 각파일의위치, 속성, 시간정보, 이름, 크기등의메타정보는 MFT Entry 라는특별한구조로저장 MFT(Master File Table) 는 NTFS 상에존재하는모든파일의 MFT Entry 의모음 MFT 영역은파일시스템상의파일수에따라동적으로할당 일반적으로볼륨의 12.5% 정도가 MFT 영역으로할당 MFT Entry 0 ~ 15 번은파일시스템생성시함께생성되는예약된 ( 특별한용도 ) 영역

26 MFT (Master File Table) VBR Entry 번호 Entry 이름 설명 MFT Entry 0 0 $MFT NTFS 상의모든파일들의 MFT Entry 정보 MFT Entry 1 1 $MFTMirr $MFT 파일의일부백업본 MFT Entry 2 2 $LogFile 메타데이터의트랜잭션저널정보 : 메타데이터파일 3 $Volume 볼륨의레이블, 식별자, 버전등의정보 : 4 $AttrDef 속성의식별자, 이름, 크기등의정보 5. 볼륨의루트디렉터리 MFT Entry 15 6 $Bitmap 볼륨의클러스터할당정보 MFT Entry 16 7 $Boot 볼륨이부팅가능할경우부트섹터정보 : 8 $BadClus 배드섹터를가지는클러스터정보 : 9 $Secure 파일의보안, 접근제어와관련된정보 10 $Upcase 모든유니코드문자의대문자 11 $Extend $ObjID, $Quota, $Reparse points, $UsnJrnl 등의추가적인파일의정보를기록하기위해사용 Dt Data Area 미래를위해예약 16 포맷후생성되는파일의정보를위해사용 $ObjId 파일고유의 ID 정보 ( Windows ) $Quota 사용량정보 ( Windows ) $Reparse Reparse Point 에대한정보 ( Windows ) $UsnJrnl 파일, 디렉터리의변경정보 ( Windows )

27 MFT (Master File Table) VBR Entry 번호 Entry 이름 설명 MFT Entry 0 0 $MFT MFT에대한 MFT Entry MFT Entry 1 1 $MFTMirr $MFT 파일의일부백업본 MFT Entry 2 2 $LogFile 메타데이터 (MFT) 의트랜잭션저널정보 : 메타데이터파일 3 $Volume 볼륨의레이블, 식별자, 버전등의정보 : 4 $AttrDef 속성의식별자, 이름, 크기등의정보 5. 볼륨의루트디렉터리 MFT Entry 15 6 $Bitmap 볼륨의클러스터할당정보 MFT Entry 16 7 $Boot 볼륨이부팅가능할경우부트섹터정보 : 8 $BadClus 배드섹터를가지는클러스터정보 : 9 $Secure 파일의보안, 접근제어와관련된정보 10 $Upcase 모든유니코드문자의대문자 11 $Extend $ObjID, $Quota, $Reparse points, $UsnJrnl 등의추가적인파일의정보를기록하기위해사용 Dt Data Area 미래를위해예약 16 포맷후생성되는파일의정보를위해사용 $ObjId 파일고유의 ID 정보 ( Windows ) $Quota 사용량정보 ( Windows ) $Reparse Reparse Point 에대한정보 ( Windows ) $UsnJrnl 파일, 디렉터리의변경정보 ( Windows )

28 MFT (Master File Table) Boot Sector Volume Boot Record $MFT Cluster 25-27, Cluster 25 Cluster 26 Cluster 27 Cluster 80 Cluster 81 Cluster 82

29 MFT Entry MFT Entry Header Fixup Array Attributes End Marker Unused Space MFT Entry

30 MFT Entry MFT Entry Header MFT Entry Header Fixup Array Attributes End Marker Unused Space MFT Entry MFT Entry 의메타정보를담고있는 48 바이트크기의영역

31 MFT Entry MFT Entry Header x00 Signature Offset to Fixup array Entries in Fixup array $LogFile Sequence Number (LSN) 0x10 Sequence Number Hard Link count Offset to File attribute Flags Real size of MFT Entry Allocated size of MFT Entry 0x20 File Reference to Base Entry Next attribute ID Align to 4B boundary Number of this MFT Entry

32 MFT Entry MFT Entry Header x00 Signature Offset to Fixup array Entries in Fixup array $LogFile Sequence Number (LSN) 0x10 Sequence Number Hard Link count Offset to File attribute Flags Real size of MFT Entry Allocated size of MFT Entry 0x20 File Reference to Base Entry Next attribute ID Align to 4B boundary Number of this MFT Entry Signature :MFT Entry 시그니처 ( FILE ) Offset to Fixup array : Fixup 배열의시작위치 Number of entries in Fixup array : Fixup 배열이포함하는항목수 $LogFile Sequence Number (LSN) : $LogFile 에존재하는해당파일의트랜잭션위치값 MFT Entry 가변경될때마다갱신

33 MFT Entry MFT Entry Header x00 Signature Offset to Fixup array Entries in Fixup array $LogFile Sequence Number (LSN) 0x10 Sequence Number Hard Link count Offset to File attribute Flags Real size of MFT Entry Allocated size of MFT Entry 0x20 File Reference to Base Entry Next attribute ID Align to 4B boundary Number of this MFT Entry Sequence Number : 순서번호로 MFT Entry 생성후할당 / 해제시마다 1 씩증가 Link count : 해당 MFT Entry 에연결된하드링크 Offset to File attribute : 해당 Entry 의첫번째속성의위치값 Flags : MFT Entry 상태정보 Flags 값이 0x00 일경우는? 0x03 일경우는? Flags 값 0x01 0x02 설명 사용중 디렉터리 004 0x04 분석안됨 0x08 분석안됨

34 MFT Entry MFT Entry Header x00 Signature Offset to Fixup array Entries in Fixup array $LogFile Sequence Number (LSN) 0x10 Sequence Number Hard Link count Offset to File attribute Flags Real size of MFT Entry Allocated size of MFT Entry 0x20 File Reference to Base Entry Next attribute ID Align to 4B boundary Number of this MFT Entry Real size of MFT Entry : 실제사용중인크기 Allocated size of MFT Entry : MFT Entry 에할당된크기 (1,024 바이트 ) File Reference to Base Entry : 해당 Entry 의 non-base 일경우자신의 base Entry 의주소값 Next attribute ID : 다음속성 ID (Entry 내에서만유효한값 ) Align to 4B boundary (XP) Number of this MFT Entry (XP)

35 Base & Non base MFT Entry MFT Entry 32 MFT Entry 35 MFT Entry 36 MFT Entry 37 base MFT Entry 35 non base MFT Entry 32, 36 base MFT Entry 35 base MFT Entry non base MFT Entry 파일속성내용이클경우하나이상의 MFT Entry 사용 Base MFT Entry : 해당파일의첫 MFT Entry Non-base MFT Entry : 해당파일의나머지 MFT Entry

36 File Reference Address Sequence Value MFT Entry Address Seq Num 1102(0x044E) 044E) 0x (0x044F) 0x (0x0450) 0x (0x0451) 0451) 0x (0x0452) 0x0044 MFT Entries E F File Reference Address MFT Entry 는 48 비트의고유한주소값을가짐 MFT Entry Address (MFT Entry Number) NTFS 는특정 MFT Entry 접근시 48 비트주소를확장한파일참조주소 (File Reference Address) 사용 File Reference Address = Sequence Number + MFT Entry Address 파일참조주소를사용하는이유는?

37 MFT Entry Fixup Array MFT Entry Header Fixup Array Attributes End Marker Unused Space MFT Entry Fixup : 수리하다, 고치다 MFT Entry 데이터무결성판단 MFT Entry 는 1,024 바이트이므로 2 개의섹터사용 각섹터의마지막 2 바이트를이용해 Fixup Array 구현 MFT Entry 구조외에도다양한구조에서 Fixup Arrary 사용 ( 클러스터크기에따라 2 개이상의섹터사용 ) FILE Records(MFT Entries) in the $MFT INDX Records in directories i and other indexes RCRD Records in the $LogFile RSTR Records in the $LogFile

38 MFT Entry Fixup Array 위치데이터설명 0x0000 ( 48 Byte ) MFT Entry Header 0x0030 CD AB FixupArray 0x01F End of Sector 1 0x03F End of Sector 2 원본데이터 위치 데이터 설명 0x0000 ( 82 Byte ) MFT Entry Header 0x0030 CD AB FixupArray 0x01F CD AB End of Sector 1 0x03F CD AB End of Sector 2 Fixup이적용된데이터

39 MFT Entry Fixup Array Signature : 0x Array : 0x0000, 0x0000 0x8565 0x2D0B Sector 0 Sector 1 Signature : 0xABCD Array : 0x8565, 0x2D0B 0xABCD 0xABCD Sector 0 Sector 1

40 MFT Entry Attributes MFT Entry Header Fixup Array Attributes End Marker Unused Space MFT Entry

41 MFT Entry Attributes 속성식별값속성이름설명 16 0x10 $STANDARD_INFORMATION 파일의생성. 접근. 수정시간, 소유자등의일반적인정보 32 0x20 $ATTRIBUTE_LIST 추가적인속성들의리스트 48 0x30 $FILE_NAME 파일이름 ( 유니코드 ), 파일의생성. 접근. 수정시간 64 0x40 $VOLUME_VERSION 볼륨정보 (Windows NT 1.2 버전에만존재 ) 64 0x40 $OBJECT_ID 16 바이트의파일, 디렉터리의고유값, 3.0 이상에서만존재 80 0x50 $SECURITY_DESCRIPTOR 파일의접근제어와보안속성 96 0x60 $VOLUME_NAME 볼륨이름 112 0x70 $VOLUME_INFORMATION 파일시스템의버전과다양한플래그 128 0x80 $DATA 파일내용 x90 $INDEX_ROOT 인덱스트리의루트노드 160 0xA0 $INDEX_ALLOCATION 인덱스트리의루트와연결된노드 176 0xB0 $BITMAP $MFT 와인덱스의할당정보관리 192 0C0 0xC0 $SYMBOLIC_LINKLINK 심볼릭링크정보 (Windows 2000+) 192 0xC0 $REPARSE_POINT 심볼릭링크에서사용하는 reparse point 정보 (Windows 2000+) 208 0xD0 $EA_INFORMATION OS/2 응용프로그램과호환성을위해사용 (HPFS) 224 0E0 0xE0 $EA OS/2 응용프로그램과호환성을위해사용 (HPFS) 256 0x100 $LOGGED_UTILITY_STREAM 암호화된속성의정보와키값 (Windows 2000+)

42 MFT Entry Attributes 속성식별값속성이름설명 16 0x10 $STANDARD_INFORMATION 파일의생성. 접근. 수정시간, 소유자등의일반적인정보 32 0x20 $ATTRIBUTE_LIST 추가적인속성들의리스트 48 0x30 $FILE_NAME 파일이름 ( 유니코드 ), 파일의생성. 접근. 수정시간 64 0x40 $VOLUME_VERSION 볼륨정보 (Windows NT 1.2 버전에만존재 ) 64 0x40 $OBJECT_ID 16 바이트의파일, 디렉터리의고유값, 3.0 이상에서만존재 80 0x50 $SECURITY_DESCRIPTOR 파일의접근제어와보안속성 96 0x60 $VOLUME_NAME 볼륨이름 112 0x70 $VOLUME_INFORMATION 파일시스템의버전과다양한플래그 128 0x80 $DATA 파일내용 x90 $INDEX_ROOT 인덱스트리의루트노드 160 0xA0 $INDEX_ALLOCATION 인덱스트리의루트와연결된노드 176 0xB0 $BITMAP $MFT 와인덱스의할당정보관리 192 0C0 0xC0 $SYMBOLIC_LINKLINK 심볼릭링크정보 (Windows 2000+) 192 0xC0 $REPARSE_POINT 심볼릭링크에서사용하는 reparse point 정보 (Windows 2000+) 208 0xD0 $EA_INFORMATION OS/2 응용프로그램과호환성을위해사용 (HPFS) 224 0E0 0xE0 $EA OS/2 응용프로그램과호환성을위해사용 (HPFS) 256 0x100 $LOGGED_UTILITY_STREAM 암호화된속성의정보와키값 (Windows 2000+)

43 MFT Entry Attributes MFT Entry Fixup Attr Attr Attr Attr Attr Attr End Unused Header Array Header Content Header Content Header Content Marker Space 각파일의메타정보 ( 이름, 시간정보, 속성, 내용등 ) 는속성이라는구조를통해표현 각속성은속성헤더와속성내용을가짐 파일특성에따라다양한속성을가짐 속성은크기에따라 Resident 와 Non-resident 속성으로나뉨

44 MFT Entry Attributes Resident & Non resident Attribute MFT Entry Fixup Attr Attr Attr Attr Attr Header Array Header Content Header Content Header Cluster 360 End Marker Unused Space Attr Content Cluster 360 Resident 속성 : 속성헤더뒤에바로속성내용이저장 (MFT Entry 내부 ) $STANDARD_INFORMATION, $FILE_NAME Non-resident 속성 : 속성내용이너무많이별도의클러스터에저장 (MFT Entry 외부 ) $ATTRIBUTE_LIST, $DATA $DATA 속성의경우 파일크기 < 700 바이트 : Resident 속성 파일크기 > 700 바이트 : Non-resident 속성

45 MFT Entry Attribute Header MFT Entry Fixup Attr Attr Attr Attr Attr Attr End Unused Header Array Header Content Header Content Header Content Marker Space 각속성은속성의메타정보표현을위해속성헤더를가짐 속성형식에관계없는공통된 16 바이트헤더 + 속성형식 (Resident/Non-resident) 에따라추가적인헤더

46 MFT Entry Common Attribute Header x00 Attribute type ID Length of attribute Nreg Len Offset to Flag Nam name Flags Attribute ID

47 MFT Entry Common Attribute Header x00 Attribute type ID Length of attribute Nreg Len Offset to Flag Nam name Flags Attribute ID Attribute type identifier : 속성타입식별값 Length of attribute : 속성헤더를포함한속성전체길이 Non-resident flag : Non-resident 속성인지여부 (0x01 값을가진다면 Non-resident 속성 ) Length of name : 자신의속성이름길이 Offset to name : 속성이름이저장된곳의시작위치 Flags : 속성의상태표현 0x0001 : 압축된속성 0x4000 : 암호화된속성 0x8000 : Sparse 속성 Attribute identifier : 속성의고유한식별자로 MFT Entry 에같은속성이여러개일경우구별하기위해사용

48 MFT Entry Resident Attribute Header x00 Common Attribute Header 0x10 Size of content Offset to content Idx Flag Un used Attribute Name (if exist, )

49 MFT Entry Resident Attribute Header x00 Common Attribute Header 0x10 Size of content Offset to content Idx Flag Un used Attribute Name (if exist, ) Size of content : 헤더뒤에오는속성내용의크기 Offset to content : 속성내용이시작하는곳의위치 Indexed flag : 1 값을가진다면인덱스된속성 ($FILE_NAME 속성은 1 로설정 ) Attribute name : 속성이름이있는경우속성이름, 없는경우바로속성내용

50 MFT Entry Non resident Attribute Header x00 Common Attribute Header 0x10 Start Virtual Cluster Number (VCN) of the runlist End VCN of the runlist 0x20 Offset to runlist Comp unit size Unused Allocated size of attribute content 0x30 Real size of attribute content Initialized size of attribute content 0x40 Attribute name (if exist, )

51 MFT Entry Non resident Attribute Header x00 Common Attribute Header 0x10 Start Virtual Cluster Number (VCN) of the runlist End VCN of the runlist 0x20 Offset to runlist Comp unit size Unused Allocated size of attribute content 0x30 Real size of attribute content Initialized size of attribute content 0x40 Attribute name (if exist, ) Start VCN of the runlist : 속성내용이담긴런리스트 (runlist) 의시작 VCN End VCN of the runlist : 속성내용이담긴런리스트 (runlist) 의끝 VCN Offset to runlist : 속성내부의런리스트시작위치 Compression unit size : 압축속성일경우압축단위

52 MFT Entry Non resident Attribute Header x00 Common Attribute Header 0x10 Start Virtual Cluster Number (VCN) of the runlist End VCN of the runlist 0x20 Offset to runlist Comp unit size Unused Allocated size of attribute content 0x30 Real size of attribute content Initialized size of attribute content 0x40 Attribute name (if exist, ) Allocated size of attribute content : 속성내용에할당된클러스터크기 ( 클러스터배수 ) Real size of attribute content : 속성내용의실제크기 Initialized size of attribute content : 속성내용의초기화된크기 Attribute name : 속성이름이있는경우속성이름, 없는경우바로속성내용

53 MFT Entry Cluster Runs MFT Entry Fixup Attr Attr Attr Attr Attr Header Array Header Content Header Content Header Cluster Runs End Marker Unused Space Start Cluster Length Non-resident 속성의경우할당받는클러스터는파일에따라수천~ 수만 비연속적으로할당된클러스터를효과적으로관리하기위해클러스터런 (Cluster Runs) 사용 클러스터런은런리스트 (Runlist) 형태로관리 Run Length Run Offset Byte 1 Byte 2 Byte 3 Byte 4

54 MFT Entry Logical Cluster Number (LCN) & Virtual Cluster Number (VCN) MFT Entry Fixup Attr Attr Attr Attr Attr Header Array Header Content Header Content Header Cluster Runs End Marker Unused Space Start Cluster Length Attribute Content Attribute Content LCN VCN LCN : 볼륨의첫번째클러스터부터순차적인번호 (LBA?) VCN : 파일의첫번째클러스터부터순차적인번호

55 MFT Entry Attribute Content MFT Entry Fixup Attr Attr Attr Attr Attr Attr End Unused Header Array Header Content Header Content Header Content Marker Space $STANDARD_INFORMATION $FILE_NAME $DATA Type ID : 16 Type ID : 48 Type ID : 128 일반적인파일은 3 가지속성을가짐 $STANDARD_INFORMATION : 파일의생성 접근 수정시간, 소유자등의정보 $FILE_NAME : 파일이름 ( 유니코드 ), 파일의생성 접근 수정시간 $DATA : 파일내용 $ 이후대문자가온다면속성이름 $ 이후첫글자만대문자라면메타데이터파일 ($MFT 제외 )

56 MFT Entry Attributes $STANDARD_INFORMATION x~~ Attribute Header 0x00 Created Time Modified Time 0x10 MFT Modified Time Last Accessed Time 0x20 Flags Maximum number of versions Version number Class ID 0x30 Owner ID Security ID Quota Charged 0x40 Update Sequence Number (UCN) 모든파일에존재하는기본속성으로속성식별값 16 (0x10) 속성중식별값이가장낮기때문에속성구조에서가장처음에위치 윈도우 NT 에서는 48 바이트크기, 2000 이상에서는 72 바이트

57 MFT Entry Attributes $STANDARD_INFORMATION x~~ Attribute Header 0x00 Created Time Modified Time 0x10 MFT Modified Time Last Accessed Time 0x20 Flags Maximum number of versions Version number Class ID 0x30 Owner ID Security ID Quota Charged 0x40 Update Sequence Number (UCN) Windows 64-Bit Timestamp Created Time Modified Time MFT Modified Time Last Accessed Time

58 MFT Entry Attributes $STANDARD_INFORMATION x~~ Attribute Header 0x00 Created Time Modified Time 0x10 MFT Modified Time Last Accessed Time 0x20 Flags Maximum number of versions Version number Class ID 0x30 Owner ID Security ID Quota Charged 0x40 Update Sequence Number (UCN) Flags 값 설명 0x0080 일반 (Normal) Flags 0x0100 임시 (Temporary) Flags 값 설명 0x0200 Sparse 파일 0x0001 읽기전용 (Read Only) 0x0400 Reparse Point 0x0002 숨긴파일 (Hidden) 0x0800 압축 (Compressed) 0x0004 시스템 (System) 0x1000 오프라인 (Offline) 0x0020 아카이브 (Archive) 0x2000 인덱스되지않음 0x0040 장치 (Device) 0x4000 암호화 (Encrypted)

59 MFT Entry Attributes $STANDARD_INFORMATION x~~ Attribute Header 0x00 Created Time Modified Time 0x10 MFT Modified Time Last Accessed Time 0x20 Flags Maximum number of versions Version number Class ID 0x30 Owner ID Security ID Quota Charged 0x40 Update Sequence Number (UCN) Maximum number of version : 파일의최대버전값 Version number : 파일의버전 Class ID : 인덱스된클래스 ID Owner ID : 파일소유자의 ID 값으로 $Quota 파일에서인덱스로사용

60 MFT Entry Attributes $STANDARD_INFORMATION x~~ Attribute Header 0x00 Created Time Modified Time 0x10 MFT Modified Time Last Accessed Time 0x20 Flags Maximum number of versions Version number Class ID 0x30 Owner ID Security ID Quota Charged 0x40 Update Sequence Number (UCN) Security ID : $Secure 파일의인덱스로사용되고 ACL 적용시사용 Quota Charged : 사용자할당량중해당파일이할당된크기 ( 보통파일크기과동일 ) USN : 파일의 USN 값으로 $UsnJrnl 에서인덱스로사용

61 MFT Entry Attributes $ATTRIBUTE_LIST MFT Entry Header Fixup Array $STANDARD _INFORMATION Attr Header ATTR_LIST ATTR_LIST ATTR_LIST x~~ Attribute Header 0x00 Attribute type Length of entry Len Nam Off Nam Start VCN of attribute 0x10 File Reference Address Attribute ID 속성식별값 32 (0x20) 으로필수적인속성은아님 특정파일의속성이 1,024 바이트를초과하는경우속성의단편화 속성의빠른접근을위해사용하는구조 여러개의속성리스트엔트리사용

62 MFT Entry Attributes $ATTRIBUTE_LIST x~~ Attribute Header 0x00 Attribute type Length of entry Len Nam Off Nam Start VCN of attribute 0x10 File Reference Address Attribute ID Attribute name (if exist, ) Attribute type : 속성타입 Length of entry : 엔트리길이 Length of Name : 이름길이 Offset to Name : 이름시작위치 Start VCN of attribute : 속성시작 VCN File Reference Address : 속성위치의파일참조주소 Attribute ID : 속성 ID Attribute name : 속성이름이존재할경우속성이름

63 MFT Entry Attributes $ATTRIBUTE_LIST (example) $Secure 메타데이터파일의 $ATTRIBUTE_LIST 속성

64 MFT Entry Attributes $ATTRIBUTE_LIST (example) $Secure 메타데이터파일의 $ATTRIBUTE_LIST 속성 속성타입 엔트리길이 이름길이 이름위치 시작 VCN 속성파일참조주소 속성 ID 속성이름 0x10 ($STD_INFO) 0x0020 0x00 0x1A 0x~00 0x x0000 0x30 ($FILE_NAME) 0x0020 0x00 0x1A 0x~00 0x x0007 0x80 ($DATA) 0x0028 0x04 0x1A 0x~00 0x F61 0x0000 $SDS 0x90 ($INDEX_ROOT) 0x0028 0x04 0x1A 0x~00 0x x0001 $SDH 0x90 ($INDEX_ROOT) 0x0028 0x04 0x1A 0x~00 0x x0011 $SII 0xA0 ($INDEX_ALLOC) 0x0028 0x04 0x1A 0x~00 0x AF4 0x0002 $SDH 0xA0 ($INDEX_ALLOC) 0x0028 0x04 0x1A 0x~00 0x AF4 0x0003 $SII 0xB0 ($BITMAP) 0x0028 0x04 0x1A 0x~00 0x AF4 0x0004 $SDH 0xB0 ($BITMAP) 0x0028 0x04 0x1A 0x~00 0x AF4 0x0005 $SII

65 MFT Entry Attributes $ATTRIBUTE_LIST (example) MFT Entry MFT $INDEX_ROOT $INDEX_ROOT $STD_INFO $ATTRIBUTE_LIST $FILE_NAME #9 Header ($SDH) ($SII) Unused 속성타입 시작 VCN MFT 엔트리번호 0x10 ($STD_INFO) 0 0x09 (9) 0x30 ($FILE_NAME) 0 0x09 (9) 0x80 ($DATA) 0 0x021F61 (139105) 0x90 ($INDEX_ROOT) 0 0x09 (9) 0x90 ($INDEX_ROOT) 0 0x09 (9) 0xA0 ($INDEX_ALLOC) 0 0x0AF4 (2804) 0xA0 ($INDEX_ALLOC) 0 0x0AF4 (2804) 0xB0 ($BITMAP) 0 0x0AF4 (2804) 0xB0 ($BITMAP) 0 0x0AF4 (2804) MFT Entry #2804 MFT Header $INDEX_ALLOC ($SDH) $INDEX_ALLOC ($SII) $BITMAP ($SDH) $BITMAP ($SII) Unused MFT Entry # MFT Header $DATA Unused

66 MFT Entry Attributes $FILE_NAME x~~ Attribute Header 0x00 File Reference Addr of parent directory Created Time 0x10 Modified Time MFT Modified Time 0x20 Last Accessed Time Allocated size of file 0x30 Real size of file Flags Reparse value Len Nam Nam spac File Name (as length) 속성식별값 48 (0x30) 을가지는속성으로파일의이름표현 유니코드 (UTF-16) 으로인코딩되어저장 $FILE_NAME 속성은 MFT Entry 외에 $I30 인덱스 ( 탐색을위한구조 ) 에도저장 일반적으로파일이름변경을제외하고는 $I30 인덱스의 $FILE_NAME 속성만갱신

67 MFT Entry Attributes $FILE_NAME x~~ Attribute Header 0x00 File Reference Addr of parent directory Created Time 0x10 Modified Time MFT Modified Time 0x20 Last Accessed Time Allocated size of file 0x30 Real size of file Flags Reparse value Len Nam Nam spac File Name (as length) File Reference Address of parent directory : 부모디렉터리의파일참조주소 Windows 64-Bit Timestamp Created Time Modified Time MFT Modified Time Last Accessed Time

68 MFT Entry Attributes $FILE_NAME x~~ Attribute Header 0x00 File Reference Addr of parent directory Created Time 0x10 Modified Time MFT Modified Time 0x20 Last Accessed Time Allocated size of file 0x30 Real size of file Flags Reparse value Len Nam Nam spac File Name (as length) Allocated size of file : 해당파일이할당된크기 ( 클러스터배수 ) Real size of file : 해당파일의실제크기 Flags : $STANDARD_INFORMATION 속성플래그와동일 Reparse value : 해당속성의 Reparse Point ( 해당파일의마운트, 심볼릭링크정보등을저장 ) Length of Name : 이름길이

69 MFT Entry Attributes $FILE_NAME x~~ Attribute Header 0x00 File Reference Addr of parent directory Created Time 0x10 Modified Time MFT Modified Time 0x20 Last Accessed Time Allocated size of file 0x30 Real size of file Flags Reparse value Len Nam Nam spac File Name (as length) Namespace : 이름의표현형식 POSIX, Win32, DOS, Win32&Dos File Name : 유니코드 (UTF-16) 으로인코딩된파일이름

70 MFT Entry Attributes $BITMAP x~~ Attribute Header 0x00 Allocation Bitmap 속성식별값 176 (0xB0) 을가지는속성으로할당정보표현 할당정보를관리하는데이터 $MFT, $INDEX_ALLOCATION 번째와 3 번째 MFT Entry 가사용중임을나타냄

71 MFT Entry Attributes $DATA x~~ Attribute Header 0x00 File Data (as size, ) 속성식별값 180 (0x80) 을가지는속성으로파일데이터저장 속성헤더이후에바로속성내용인파일데이터스트림위치 데이터의크기에따라 Resident 혹은 Non-resident 로존재 대체데이터스트림 (Alternate Data Stream) 을통해 2 개이상의데이터스트림표현

72 MFT Entry Alternate Data Stream (ADS) MFT Entry Header Fixup Array $STANDARD_INFO $FILE_NAME $DATA $DATA End Unused Main Stream Alternate Stream Marker Space $DATA 속성을 2 개이상의속성스트림지원 ( 윈도우 NT 3.1 버전부터지원 ) NT(NTFS) 서버에서 Mac OS(HFS) 클라이언트를지원하기위해추가 추가적인속성스트림 (ADS) 은속성이름을통해접근 결국, ADS 는반드시속성이름을가지고있어야함 기본스트림은없어도무관 ADS 속성은파일크기에포함되지않음 ADS 용도 파일의요약정보저장 영역식별자 (Zone Identifier)

73 MFT Entry Alternate Data Stream (ADS) ADS 생성 ~\> notepad proneer.txt:ads.txt ~\> echo This is contained ADS > proneer.txt:ads2.txt ~\> type c:\windows\system.ini > proneer.txt:ads3.ini ~\> echo This is attached to directory list > :ads4.txt ADS 확인 별도의도구를이용 ~\> more < proneer.txt:ads3.ini ADS 삭제 ADS 가존재하는파일삭제, 기본스트림복사후삭제 ADS 를지원하지않는파일시스템으로복사 별도의도구를이용하거나무의미한데이터로대체 ~\> echo > proneer.txt:ads3.ini

74 MFT Entry Indexes Binary Tree ( 이진트리 ) 한노드가최대 2 개의자식노드를갖는트리 노드의왼쪽서브트리의모든노드값은키값보다작음 노드의오른쪽서브트리의모든노드값은키값보다큼

75 MFT Entry Indexes B-Tree (B 트리 ) 차수가 m 인 m- 원탐색트리 루트와단말노드를제외한각노드는최소 m/2 의서브트리를가짐 ( 절반이상이채워져야함 ) 루트는최소 2 개의서브트리를가짐 모든단말노드는같은레벨

76 MFT Entry Indexes 인덱스구조 : 빠르게검색이필요한데이터는인덱스구조로관리 ( 디렉터리등 ) 인덱스이름인덱싱하는데이터위치 $I30 $FILE_NAME 속성디렉터리의 MFT Entry $SDH SecurityDescriptors $Secure 메타데이터파일 $SII Security ID $Secure 메타데이터파일 $O Object ID $ObjId 메타데이터파일 $O Owner ID $Quota 메타데이터파일 $Q Quota $Quota 메타데이터파일

77 MFT Entry Indexes B-Tree($I30) : B 트리의노드값은파일이름 ($FILE_NAME 속성 ) A eee.txt lll.txt ttt.txt Root Index Node B aaa.txt bbb.txt D ooo.txt rrr.txt E vvv.txt zzz.txt C fff.txt ggg.txt iii.txt

78 MFT Entry Indexes B-Tree($I30) : jjj.txt 파일삽입 (1) eee.txt lll.txt ttt.txt Root Index Node aaa.txt bbb.txt ooo.txt rrr.txt vvv.txt zzz.txt fff.txt ggg.txt iii.txt jjj.txt

79 MFT Entry Indexes B-Tree($I30) : jjj.txt 파일삽입 (2) eee.txt ggg.txt lll.txt ttt.txt Root Index Node aaa.txt bbb.txt ooo.txt rrr.txt vvv.txt zzz.txt fff.txt iii.txt jjj.txt

80 MFT Entry Indexes B-Tree($I30) : jjj.txt 파일삽입 (3) ggg.txt Root Index Node eee.txt lll.txt ttt.txt aaa.txt bbb.txt fff.txt ooo.txt rrr.txt vvv.txt zzz.txt iii.txt jjj.txt

81 MFT Entry Indexes B-Tree($I30) : fff.txt 와 zzz.txt 파일삭제 (1) ggg.txt Root Index Node eee.txt lll.txt ttt.txt aaa.txt bbb.txt fff.txt ooo.txt rrr.txt vvv.txt zzz.txt iii.txt jjj.txt

82 MFT Entry Indexes B-Tree($I30) : fff.txt 와 zzz.txt 파일삭제 (2) ggg.txt Root Index Node bbb.txt lll.txt ttt.txt aaa.txt eee.txt ooo.txt rrr.txt vvv.txt iii.txt jjj.txt

83 MFT Entry Indexes B-Tree($I30) : 가상의디렉터리 $I30 인덱스 $INDEX_ROOT Header $INDEX_ROOT Attribute Index Record Header [eee.txt] [lll.txt] [ttt.txt] txt] End of MFT 20 MFT 55 MFT 87 Node $INDEX_ALLOCATION Attribute [aaa.txt] MFT 30 [bbb] DIR MFT 40 End of Node [ooo.txt] MFT 120 [rrr] DIR MFT 90 End of Node [vvv] DIR MFT 65 [zzz.txt] MFT 34 End of Node [fff.txt] MFT 72 [ggg.txt] MFT 73 [iii.txt] MFT 22 End of Node Index Node Index Node Header Index Entry 1 Index Entry 2 Index Entry 3 End of Node Unused Space $FILE_NAME Attribute

84 MFT Entry Indexes $INDEX_ROOT 는항상 Resident 속성 인덱스항목이많아지면 $INDEX_ALLOCATION 속성을이용해 Non-resident 로구성 MFT Entry $STANDARD_I NFORMATION $FILE_NAME $INDEX_ROOT (resident) $INDEX_ALLOCATION (non resident) Index Record Index Entry

85 MFT Entry Indexes A ) $INDEX_ROOT X B ) X $INDEX_ROOT $INDEX_ALLOCATION X Index Record 1 C ) 14 X $INDEX_ROOT $INDEX_ALLOCATION X Index Record X Index Record 2

86 MFT Entry Attributes $INDEX_ROOT Previous Attribute Index Root Index Node Attributes t Header Header Header Index Entry1 Index Entry2 End of Node Unused Space Next Attributes t

87 MFT Entry Attributes $INDEX_ROOT Previous Attribute Index Root Index Node Attributes t Header Header Header Index Entry1 Index Entry2 End of Node Unused Space Next Attributes t x00 Type of attribute in index Collation sorting rule Size of each index record in bytes Size In Clus Unused Type of attribute in index : 인덱스엔트리가담고있는속성식별값 ( 디렉터리의경우 0x30, $FILE_NAME) Collation sorting rule : 인덱스엔트리가담고있는형식 ( 형식에맞게정렬됨 ) Size of each index record in bytes : $INDEX_ALLOCATION O 속성이가지는인덱스레코드의바이트크기 Size of each index record in Clusters : $INDEX_ALLOCATION 속성이가지는인덱스레코드의클러스터크기

88 MFT Entry Attributes $INDEX_ROOT Previous Attribute Index Root Index Node Attributes t Header Header Header Index Entry1 Index Entry2 End of Node Unused Space Next Attributes t x00 Offset to Start of index entry list Offset to End of used portion of index entry list Offset to end of Allocated index entry list buffer Flags Offset to Start of index entry list : 인덱스엔트리목록의시작위치 Offset to End of used portion of index entry list : 인덱스엔트리의실제크기 ( 인덱스노드헤더포함 ) Offset to end of Allocated index entry list buffer : 인덱스엔트리의할당크기 ( 인덱스노드헤더포함 ) Flags 0x00 : 인덱스노드의자식노드가없음 0x01 : 인덱스노드의자식노드가있음

89 MFT Entry Attributes $INDEX_ROOT Previous Attribute Index Root Index Node Attributes t Header Header Header Index Entry1 Index Entry2 End of Node Unused Space Next Attributes t x00 File Reference Address for filename Length of this entry Length of content Flags $FILE _ NAME Attribute VCN of child node in $INDEX_ALLOCATION File Reference Address for filename : 해당파일및디렉터리의파일참조주소 Length of this entry : 해당인덱스엔트리의총크기 Length of content : 해당인덱스엔트리가담고있는 $FINE_NAME 속성의크기 Flags 0x01 : 자식노드가존재 0x02 : 노드의마지막엔트리

90 MFT Entry Attributes $INDEX_ROOT Previous Attribute Index Root Index Node Attributes t Header Header Header Index Entry1 Index Entry2 End of Node Unused Space Next Attributes t x00 File Reference Address for filename Length of this entry Length of content Flags $FILE _ NAME Attribute VCN of child node in $INDEX_ALLOCATION VCN of child node in $INDEX_ALLOCATION : 해당인덱스엔트리가자식노드를가지는경우 $INDEX_ALLOCATION 속성에위치한자식인덱스노드의위치

91 MFT Entry Attributes $INDEX_ALLOCATION Index Record 0 Index Record 0 Index Record Header Index Node Header Index Entry1 Index Entry2 End of Entry Index Record Header Index Node Header Index Entry1 Index Entry2 End of Entry x00 Signature ( INDX ) Offset to Fixup array Num of entries in Fa $LogFile Sequence Number (LSN) 0x10 The VCN of this record in the full index stream Signature : $INDEX_ALLOCATION 의시그니처 ( INDX ) Offset to Fixup array : Fixup array 의위치 Number of entries in Fixup array : Fixup array 에저장된항목의수 $LogFile Sequence Number (LSN) : $LogFile 에존재하는해당파일의트랜잭션위치값 The VCN of this record in the full index stream : $INDEX_ALLOCATION 속성에서해당인덱스레코드가저장된위치

92 MFT Entry Attributes Index Structure $INDEX_ROOT $INDEX_ALLOCATION $BITMAP MFT Entry CCC.TXT MFT Entry : 57 Child VCN : 0 End of Node Child VCN : 4 Start LCN 1045 Start VCN 0 Len Cluster 1045 VCN : 4 AAA.TXT MFT Entry : 39 Child VCN : X BBB.TXT MFT Entry : 99 Child VCN : X End of Node DDD.TXT MFT Entry : 103 Child VCN : X EEEEEEEEEEEE.TXT MFT Entry : 321 Child VCN : X EEEEEE~1.TXT MFT Entry : 321 Child VCN : X End of Node Index Record Header

93 NTFS Features Security is a people problem

94 NTFS Features Sparse File (applied only $DATA, Non resident) cont. MFT Entry Fixup Attr Attr Attr Attr Attr Header Array Header Content Header Content Header Cluster Runs End Marker Unused Space Start LCN Length LCN VCN 의미있는데이터 0 으로만이루어진데이터

95 NTFS Features Sparse File (applied only $DATA, Non resident) MFT Entry Fixup Attr Attr Attr Attr Attr Header Array Header Content Header Content Header Cluster Runs End Marker Unused Space Start LCN Length X LCN VCN 의미있는데이터 0 으로만이루어진데이터

96 NTFS Features Compression (applied only $DATA, Non resident) Original Content Compression Units Compression Results Sparse Sparse Ondisk Layout Start LCN Length

97 NTFS Features Decompression (applied only $DATA, Non resident) Start LCN Length Merged Runs Sparse Sparse Compression Units Original Content

98 NTFS Features DESX Win 2000 Encryption (applied only $DATA) 취약점 : EFS0.TMP Triple DES AES Win XP Win XP SP1, 2003 File Content User1 s Public Key Encrypt User1 s Encrypted FEK $LOGGED_UTILITY_STREAM Attribute Encrypt Random Key (FEK) Encrypt Encrypted File Content User2 s Public Key User2 s Encrypted FEK $DATA Attribute

99 NTFS Features Decryption (applied only $DATA) $DATA Attribute Encrypted File Content $LOGGED_UTILITY_STREAM Attribute User1 s Encrypted FEK Decrypt Random Key (FEK) Decrypt User1 s Password Decrypt User1 s Private Key File Content Registry Value User1 s Encrypted Private Key

100 NTFS Features Change Journal ($UsnJrnl) MFT Entry Header Fixup Array $STANDARD_INFO $FILE _ NAME $DATA $DATA End Unused $UsnJrnl $Max $J Marker Space 1 X Journal Entry Sparse Area File A 11:02 Created File B 11:03 Modified

101 NTFS Features Logging File System Journaling ($LogFile) MFT Entry 2 $LogFile MFT Entry Non-resident $DATA Attribute Restart Area Logging Area LSN ( Logical Sequence Number ) MFT Entry Header include LSN Field

102 NTFS Features Logging File System Journaling ($LogFile) MFT Entry 2 Transaction 2 Update Records Transaction 1 Update Records Transaction 1 Commit Record Restart Area Logging Area Checkpoint Record Update Record Commit Record

103 NTFS Example Security is a people problem

104 NTFS Example File Allocation (c:\dir1\file1.dat) $LogFile Journal Volume Boot Record MFT Entry $BITMAP Attribute 0 $MFT 1 / Index $LogFile \ $Bitmap Cluster Bitmap 11 dir Quota Index $Quota Change Journal $UsnJrnl dir1 Index 200 dir1 file1.dat 304 file1.dat $DATA attribute 304 file1.dat Cluster Cluster

105 NTFS Example File Allocation (c:\dir1\file1.dat) $LogFile Journal Volume Boot Record MFT Entry $BITMAP Attribute 0 $MFT 0 / Index $LogFile \ $Bitmap Cluster Bitmap 00 dir Quota Index $Quota Change Journal 200 $UsnJrnl dir1 dir1 Index file1.dat $DATA attribute 304 file1.dat Cluster Cluster

106 NTFS Example File Searching (c:\dir1\file1.dat) / Index 0 $MFT $INDEX_ROOT 2 dir $INDEX_ALLOCATION $LogFile 5 6 \ $Bitmap dir1 Index file1.dat $Quota $MFT $UsnJrnl dir1 file1.dat file1.dat MFT Entry $ST _ IN $FI _ NA $DATA file1.dat Non resident Cluster 692 Cluster 693

107 Quiz! Security is a people problem

108 Quiz! NTFS FAT32 NTFS 로변화하면서추가된기능은? NTFS 의 VBR 에서부트섹터의역할은? NTFS 의 VBR 에서 2 번째섹터의역할은? $MFT 메타데이터파일은무엇인가? MFT Entry 에서 Fixup Array 를사용하는이유는? 파일참조주소 (File Reference Address) 에 MFT Entry 순서번호 (Sequence Number) 가포함되는이유는? 클러스터크기가 4KB 인경우 VBR 의크기는?

109 Quiz! NTFS MFT Entry 의크기는? 파일및디렉터리의시간정보위치는? $Bitmap 메타데이터파일과 $BITMAP 속성의차이는? $BadClus 메타데이터파일이저장하는내용은? $MFT 크기가가변적인이유는? Resident 속성과 Non-resident 속성의차이는? 기본적인파일이가지는 3 가지속성은?

110 Quiz! NTFS $STANDARD_INFORMATION, $FILE_NAME 속성의시간정보차이는? 파일을빠르게탐색하기위한구조는? Cluster Runs 은무엇인가? 숨긴파일을찾는방법은? 암호화된파일을찾는방법은? Alternate Data Stream (ADS) 의용도는? ADS 속성을가지는파일확인법은?

111 Quiz! NTFS NTFS 비할당클러스터판별법은? 삭제된파일판별법은? 덮어써진파일판별법은? NTFS 의낭비되는영역은? 연속적인클러스터에할당된파일이삭제된경우복구방법은? 비연속적인클러스터에할당된파일이삭제된경우복구방법은?

112 Question & Answer

Microsoft PowerPoint - [#4-2] File System Forensic Analysis.pptx

Microsoft PowerPoint - [#4-2] File System Forensic Analysis.pptx File System Forensic Analysis Twitter : @pr0neer Blog : f Email : proneer@gmail.com Kim Jinkook Outline 1. File System Forensic Analysis (FAT/NTFS) Recovery for Deleted Files (FAT/NTFS) Unallocated Cluster

More information

Slide 1

Slide 1 이경식 (n0fate) 08/12/30 목차 1. NTFS Architecture 2. NTFS Boot Record 3. NTFS Master File Table 4. NTFS Attribute 5. Data Integrity and Recoverability with NTFS 6. NTFS Index NTFS 에대한기본적인내용과기본구조에대해알아보자 NTFS

More information

Outline 1. FAT12/16/32 ü Introduction ü Internals ü Directory Structure ü Example

Outline 1. FAT12/16/32 ü Introduction ü Internals ü Directory Structure ü Example FAT12/16/32 File System Twitter : @pr0neer Blog : Email : proneer@gmail.com Kim Jinkook Outline 1. FAT12/16/32 ü Introduction ü Internals ü Directory Structure ü Example FAT12/16/32 Introduction Security

More information

8.파일시스템과 파일 복구

8.파일시스템과 파일 복구 SeoulTech 2012-2 nd 컴퓨터보안 박종혁교수 Tel: 970-6702 Email: jhpark1@snut.ac.kr 학습목표 디지털포렌식에서기본단위는파일의추출과분석을통해이루어지므로, 파일의저장및관리를책임지는파일시스템의이해는필수적이다. 먼저파일시스템의이해와구조를파악하고, 윈도우시스템에서가장널리쓰이는 FAT, NTFS 파일시스템에대해학습한다. 학습내용

More information

8.파일시스템과 파일 복구

8.파일시스템과 파일 복구 박종혁교수 Tel: 970-6702 Email: jhpark1@seoultech.ac.kr 학습목표 디지털포렌식에서기본단위는파일의추출과분석을통해이루어지므로, 파일의저장및관리를책임지는파일시스템의이해는필수적이다. 먼저파일시스템의이해와구조를파악하고, 윈도우시스템에서가장널리쓰이는 FAT, NTFS 파일시스템에대해학습한다. 학습내용 파일시스템의이해 파일시스템분석 FAT

More information

슬라이드 1

슬라이드 1 휴지통포렌식 JK Kim @pr0neer proneer@gmail.com 개요 1. 휴지통 2. 휴지통파일구조 3. 휴지통파일카빙 4. 휴지통파일분석 2 휴지통 Security is a people problem 3 휴지통 휴지통이란? 휴지통소개 윈도우에서파일을삭제할경우, 기본적으로삭제된파일은휴지통 (Recycle Bin) 영역으로이동 휴지통우회방법 SHIFT

More information

제목을 입력하세요

제목을 입력하세요 기술문서 13. 10. 31. 작성 320 사이버대란복구 2013-04-30 fatapple 목차 1. 개요...3 2. 복구...4 2.1 MBR... 4 2.2 VBR... 9 2.3 복구 Tool...13 3. 결론... 16 4. 참고문헌... 17 2 1. 개요 이번 320 사이버대란에서주관심사는손실된저장매체의 Data였다. 피해를입은여러기업의 PC들의

More information

05Àå

05Àå CHAPTER 05 NT,, XP,. NT NTFS, XP. D,,. XP x NT,,, ( x, x ). NT/ /XP,.. PC NT NT. + Guide to Software: Understanding and Installing Windows 2000 and Windows NT + SOFTWARE Guide to Software 3/e SOFTWARE

More information

Microsoft PowerPoint - [#3-2] FAT File System - exFAT.pptx

Microsoft PowerPoint - [#3-2] FAT File System - exFAT.pptx exfat (Extended FAT) File System Twitter : @pr0neer Blog : f Email : proneer@gmail.com Kim Jinkook Outline 1. exfat File System Introduction Internals Directory Structure Example exfat Introduction Security

More information

슬라이드 1

슬라이드 1 침해지속아티팩트 JK Kim @pr0neer proneer@gmail.com 개요 1. 루트킷 2. 악성코드선호경로 3. 비정상파일 4. 슬랙공간 5. 시간조작 6. 자동실행목록 7. 작업스케줄러 8. 이벤트로그 Page 2/61 루트킷 Page 3/61 루트킷 루트킷소개 시스템상에서탐지되지않도록만들어진프로그램 루트킷종류 부트킷 사용자레벨루트킷 커널레벨루트킷

More information

휠세미나3 ver0.4

휠세미나3 ver0.4 andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$

More information

Microsoft PowerPoint - 알고리즘_1주차_2차시.pptx

Microsoft PowerPoint - 알고리즘_1주차_2차시.pptx Chapter 2 Secondary Storage and System Software References: 1. M. J. Folk and B. Zoellick, File Structures, Addison-Wesley. 목차 Disks Storage as a Hierarchy Buffer Management Flash Memory 영남대학교데이터베이스연구실

More information

PowerPoint Presentation

PowerPoint Presentation FORENSIC INSIGHT SEMINAR A Dig into the $LogFile blueangel blueangel1275@gmail.com http://blueangel-forensic-note.tistory.com 목차 1. 서론 2. $LogFile 구조 3. $LogFile 이벤트분석 4. $LogFile Parser 구현 5. 결론 forensicinsight.org

More information

PowerPoint Presentation

PowerPoint Presentation FORENSICINSIGHT SEMINAR SQLite Recovery zurum herosdfrc@google.co.kr Contents 1. SQLite! 2. SQLite 구조 3. 레코드의삭제 4. 삭제된영역추적 5. 레코드복원기법 forensicinsight.org Page 2 / 22 SQLite! - What is.. - and why? forensicinsight.org

More information

Poison null byte Excuse the ads! We need some help to keep our site up. List 1 Conditions 2 Exploit plan 2.1 chunksize(p)!= prev_size (next_chunk(p) 3

Poison null byte Excuse the ads! We need some help to keep our site up. List 1 Conditions 2 Exploit plan 2.1 chunksize(p)!= prev_size (next_chunk(p) 3 Poison null byte Excuse the ads! We need some help to keep our site up. List 1 Conditions 2 Exploit plan 2.1 chunksize(p)!= prev_size (next_chunk(p) 3 Example 3.1 Files 3.2 Source code 3.3 Exploit flow

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

디지털포렌식학회 논문양식

디지털포렌식학회 논문양식 Windows Transactional NTFS(TxF), Registry(TxR) 기능 연구 유 병 영, 방 제 완, 이 상 진 고려대학교 디지털포렌식연구센터 Analysis of Windows Transactional NTFS(TxF) and Transactional Registry(TxR) Byeongyeong Yoo, Jewan Bang, Sangjing

More information

bn2019_2

bn2019_2 arp -a Packet Logging/Editing Decode Buffer Capture Driver Logging: permanent storage of packets for offline analysis Decode: packets must be decoded to human readable form. Buffer: packets must temporarily

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

Dropbox Forensics

Dropbox Forensics Cloud Storage Forensics Part I : Dropbox 2013. 09. 28 forensic.n0fate.com Dropbox Forensics Dropbox Forensics Dropbox 웹기반파일공유서비스 총 12 개의클라이언트지원 Desktop : Windows, Mac OS X, Linux Mobile : ios, Android,

More information

PowerPoint Presentation

PowerPoint Presentation FORENSIC INSIGHT; DIGITAL FORENSICS COMMUNITY IN KOREA SQL Server Forensic AhnLab A-FIRST Rea10ne unused6@gmail.com Choi Jinwon Contents 1. SQL Server Forensic 2. SQL Server Artifacts 3. Database Files

More information

디지털포렌식학회 논문양식

디지털포렌식학회 논문양식 ISSN : 1976-5304 http://www.kdfs.or.kr Virtual Online Game(VOG) 환경에서의 디지털 증거수집 방법 연구 이 흥 복, 정 관 모, 김 선 영 * 대전지방경찰청 Evidence Collection Process According to the Way VOG Configuration Heung-Bok Lee, Kwan-Mo

More information

chap 5: Trees

chap 5: Trees Chapter 5. TREES 목차 1. Introduction 2. 이진트리 (Binary Trees) 3. 이진트리의순회 (Binary Tree Traversals) 4. 이진트리의추가연산 5. 스레드이진트리 (Threaded Binary Trees) 6. 히프 (Heaps) 7. 이진탐색트리 (Binary Search Trees) 8. 선택트리 (Selection

More information

Microsoft PowerPoint - o8.pptx

Microsoft PowerPoint - o8.pptx 메모리보호 (Memory Protection) 메모리보호를위해 page table entry에 protection bit와 valid bit 추가 Protection bits read-write / read-only / executable-only 정의 page 단위의 memory protection 제공 Valid bit (or valid-invalid bit)

More information

GNU/Linux 1, GNU/Linux MS-DOS LOADLIN DOS-MBR LILO DOS-MBR LILO... 6

GNU/Linux 1, GNU/Linux MS-DOS LOADLIN DOS-MBR LILO DOS-MBR LILO... 6 GNU/ 1, qkim@pecetrirekr GNU/ 1 1 2 2 3 4 31 MS-DOS 5 32 LOADLIN 5 33 DOS- LILO 6 34 DOS- 6 35 LILO 6 4 7 41 BIOS 7 42 8 43 8 44 8 45 9 46 9 47 2 9 5 X86 GNU/LINUX 10 1 GNU/, GNU/ 2, 3, 1 : V 11, 2001

More information

슬라이드 1

슬라이드 1 / 유닉스시스템개요 / 파일 / 프로세스 01 File Descriptor file file descriptor file type unix 에서의파일은단지바이트들의나열임 operating system 은파일에어떤포맷도부과하지않음 파일의내용은바이트단위로주소를줄수있음 file descriptor 는 0 이나양수임 file 은 open 이나 creat 로 file

More information

1 법적 고지 사항 SK hynix Inc.는 사전 통보 없이 제품, 정보 및 사양을 변경할 권리를 보유합니다. 본 문서의 제품 및 사양은 참조용입니다. 본 문서의 모든 정보는 어떠한 형태의 보증 없이 있는 그대로 제공됩니다. 본 문서와 여기 포함된 모든 정보는 SK

1 법적 고지 사항 SK hynix Inc.는 사전 통보 없이 제품, 정보 및 사양을 변경할 권리를 보유합니다. 본 문서의 제품 및 사양은 참조용입니다. 본 문서의 모든 정보는 어떠한 형태의 보증 없이 있는 그대로 제공됩니다. 본 문서와 여기 포함된 모든 정보는 SK 데이터 마이그레이션 도구 사용자 가이드 Data Migration Tool User Guide SK kynix Inc. 2014 Rev 1.01K 1 법적 고지 사항 SK hynix Inc.는 사전 통보 없이 제품, 정보 및 사양을 변경할 권리를 보유합니다. 본 문서의 제품 및 사양은 참조용입니다. 본 문서의 모든 정보는 어떠한 형태의 보증 없이 있는 그대로

More information

다음 사항을 꼭 확인하세요! 도움말 안내 - 본 도움말에는 iodd2511 조작방법 및 활용법이 적혀 있습니다. - 본 제품 사용 전에 안전을 위한 주의사항 을 반드시 숙지하십시오. - 문제가 발생하면 문제해결 을 참조하십시오. 중요한 Data 는 항상 백업 하십시오.

다음 사항을 꼭 확인하세요! 도움말 안내 - 본 도움말에는 iodd2511 조작방법 및 활용법이 적혀 있습니다. - 본 제품 사용 전에 안전을 위한 주의사항 을 반드시 숙지하십시오. - 문제가 발생하면 문제해결 을 참조하십시오. 중요한 Data 는 항상 백업 하십시오. 메 뉴 다음 사항을 꼭 확인하세요! --------------------------------- 2p 안전을 위한 주의 사항 --------------------------------- 3p 구성품 --------------------------------- 4p 각 부분의 명칭 --------------------------------- 5p 제품의 규격

More information

Tablespace On-Offline 테이블스페이스 온라인/오프라인

Tablespace On-Offline 테이블스페이스 온라인/오프라인 2018/11/10 12:06 1/2 Tablespace On-Offline 테이블스페이스온라인 / 오프라인 목차 Tablespace On-Offline 테이블스페이스온라인 / 오프라인... 1 일반테이블스페이스 (TABLESPACE)... 1 일반테이블스페이스생성하기... 1 테이블스페이스조회하기... 1 테이블스페이스에데이터파일 (DATA FILE) 추가

More information

7장. 교착상태(deadlock)

7장. 교착상태(deadlock) 11 장. 파일시스템구현 목표 local 파일시스템및디렉토리구조의구현을설명 remote 파일시스템구현을설명 블록할당과자유블록알고리즘논의 2 11.1 File-System 구조 File system 은보조저장장치 ( 디스크 ) 에위치. 블록단위전송 I/O 효율성향상 block size: one or more sectors sector size: 32 4KB (usually

More information

Microsoft PowerPoint - 알고리즘_5주차_1차시.pptx

Microsoft PowerPoint - 알고리즘_5주차_1차시.pptx Basic Idea of External Sorting run 1 run 2 run 3 run 4 run 5 run 6 750 records 750 records 750 records 750 records 750 records 750 records run 1 run 2 run 3 1500 records 1500 records 1500 records run 1

More information

목 차

목      차 Oracle 9i Admim 1. Oracle RDBMS 1.1 (System Global Area:SGA) 1.1.1 (Shared Pool) 1.1.2 (Database Buffer Cache) 1.1.3 (Redo Log Buffer) 1.1.4 Java Pool Large Pool 1.2 Program Global Area (PGA) 1.3 Oracle

More information

Microsoft PowerPoint - 02_Linux_Fedora_Core_8_Vmware_Installation [호환 모드]

Microsoft PowerPoint - 02_Linux_Fedora_Core_8_Vmware_Installation [호환 모드] 리눅스 설치 Vmware를 이용한 Fedora Core 8 설치 소프트웨어실습 1 Contents 가상 머신 실습 환경 구축 Fedora Core 8 설치 가상 머신 가상 머신 가상 머신의 개념 VMware의 설치 VMware : 가상 머신 생성 VMware의 특징 실습 환경 구축 실습 환경 구축 Fedora Core 8 설치 가상 머신의 개념 가상 머신 (Virtual

More information

chap 5: Trees

chap 5: Trees 5. Threaded Binary Tree 기본개념 n 개의노드를갖는이진트리에는 2n 개의링크가존재 2n 개의링크중에 n + 1 개의링크값은 null Null 링크를다른노드에대한포인터로대체 Threads Thread 의이용 ptr left_child = NULL 일경우, ptr left_child 를 ptr 의 inorder predecessor 를가리키도록변경

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 System Software Experiment 1 Lecture 5 - Array Spring 2019 Hwansoo Han (hhan@skku.edu) Advanced Research on Compilers and Systems, ARCS LAB Sungkyunkwan University http://arcs.skku.edu/ 1 배열 (Array) 동일한타입의데이터가여러개저장되어있는저장장소

More information

경우 1) 80GB( 원본 ) => 2TB( 복사본 ), 원본 80GB 는 MBR 로디스크초기화하고 NTFS 로포맷한경우 복사본 HDD 도 MBR 로디스크초기화되고 80GB 만큼포맷되고나머지영역 (80GB~ 나머지부분 ) 은할당되지않음 으로나온다. A. Window P

경우 1) 80GB( 원본 ) => 2TB( 복사본 ), 원본 80GB 는 MBR 로디스크초기화하고 NTFS 로포맷한경우 복사본 HDD 도 MBR 로디스크초기화되고 80GB 만큼포맷되고나머지영역 (80GB~ 나머지부분 ) 은할당되지않음 으로나온다. A. Window P Duplicator 는기본적으로원본하드디스크를빠르게복사본하드디스크에복사하는기능을하는것입니다.. 복사본 하드디스크가원본하드디스크와똑같게하는것을목적으로하는것이어서저용량에서고용량으로복사시몇 가지문제점이발생할수있습니다. 하드디스크는사용하려면, 디스크초기화를한후에포맷을해야사용가능합니다. Windows PC는 MBR과 GPT 2 개중에 1개로초기화합니다. -Windows

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 (Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet

More information

Microsoft Word doc

Microsoft Word doc TCP/IP 구조 1. I.P 구조설명 2. ARP 구조설명 3. TCP 구조설명 4. UDT 구조설명 5. RIP 구조설명 6. BOOTP 구조설명 7. TFTP 구조설명 destination addr source addr type data CRC 6 6 2 46-1500 4 type 0X0800 IP datagram 2 46-1500 type 0X0806

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

adfasdfasfdasfasfadf

adfasdfasfdasfasfadf C 4.5 Source code Pt.3 ISL / 강한솔 2019-04-10 Index Tree structure Build.h Tree.h St-thresh.h 2 Tree structure *Concpets : Node, Branch, Leaf, Subtree, Attribute, Attribute Value, Class Play, Don't Play.

More information

Microsoft PowerPoint - 6.pptx

Microsoft PowerPoint - 6.pptx DB 암호화업데이트 2011. 3. 15 KIM SUNGJIN ( 주 ) 비에이솔루션즈 1 IBM iseries 암호화구현방안 목차 목 차 정부시책및방향 제정안특이사항 기술적보호조치기준고시 암호화구현방안 암호화적용구조 DB 암호화 Performance Test 결과 암호화적용구조제안 [ 하이브리드방식 ] 2 IBM iseries 암호화구현방안 정부시책및방향

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

C# Programming Guide - Types

C# Programming Guide - Types C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든

More information

untitled

untitled PowerBuilder 連 Microsoft SQL Server database PB10.0 PB9.0 若 Microsoft SQL Server 料 database Profile MSS 料 (Microsoft SQL Server database interface) 行了 PB10.0 了 Sybase 不 Microsoft 料 了 SQL Server 料 PB10.0

More information

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2 유영테크닉스( 주) 사용자 설명서 HDD014/034 IDE & SATA Hard Drive Duplicator 유 영 테 크 닉 스 ( 주) (032)670-7880 www.yooyoung-tech.com 목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy...

More information

3. FAT32 파일시스템의구조 1) 마스터부트레코드 (MBR) 하드디스크의첫번째섹터를 MBR 이라고하며, 512 바이트의크기입니다. MBR 에서는해당디스크의파티션에대한정보를담고있으며, 아래 < 그림1 > 과같은구조를갖습니다. < 그림1. 마스터부트레코드구조 > MBR

3. FAT32 파일시스템의구조 1) 마스터부트레코드 (MBR) 하드디스크의첫번째섹터를 MBR 이라고하며, 512 바이트의크기입니다. MBR 에서는해당디스크의파티션에대한정보를담고있으며, 아래 < 그림1 > 과같은구조를갖습니다. < 그림1. 마스터부트레코드구조 > MBR 1. FAT 파일시스템이란? FAT(File Allocation Table, ' 파일할당테이블') 는 MS ' 社 의 MS-DOS의파일시스템에서하드디스크의 파일의위치정보등을기록하기위한영역을말합니다. 나중에윈도우에도들어가면서 FAT는파일시스템 그자체를가리키게되었습니다. FAT는 FAT12, FAT16, FAT32 총 3 종류가있으며, FAT 뒤의숫자는각파일에대한클러스터의위치와

More information

알아 둘 사항 아이오드 제조사는 본 기기에 하드디스크를 포함하여 출고하지 않습니다. 따라서 하드디스크에 문제가 발생할 경우, 구매처 또는 해당 하드디스크 서비 스센터에 문의 하시기 바랍니다. 정해진 용도 외의 사용으로 발생한 문제에 대해서, 당사는 어떠한 책임도 지지

알아 둘 사항 아이오드 제조사는 본 기기에 하드디스크를 포함하여 출고하지 않습니다. 따라서 하드디스크에 문제가 발생할 경우, 구매처 또는 해당 하드디스크 서비 스센터에 문의 하시기 바랍니다. 정해진 용도 외의 사용으로 발생한 문제에 대해서, 당사는 어떠한 책임도 지지 경기도 용인시 기흥구 중동 1030번지 대우프론티어밸리 1단지 714호 고객지원실 1599-7936 www.iodd.co.kr MNU2541-01-201309 알아 둘 사항 아이오드 제조사는 본 기기에 하드디스크를 포함하여 출고하지 않습니다. 따라서 하드디스크에 문제가 발생할 경우, 구매처 또는 해당 하드디스크 서비 스센터에 문의 하시기 바랍니다. 정해진 용도

More information

PowerPoint Presentation

PowerPoint Presentation Server I/O utilization System I/O utilization V$FILESTAT V$DATAFILE Data files Statspack Performance tools TABLESPACE FILE_NAME PHYRDS PHYBLKRD READTIM PHYWRTS PHYBLKWRT WRITETIM ------------- -----------------------

More information

The Pocket Guide to TCP/IP Sockets: C Version

The Pocket Guide to  TCP/IP Sockets: C Version 인터넷프로토콜 5 장 데이터송수신 (3) 1 파일전송메시지구성예제 ( 고정크기메시지 ) 전송방식 : 고정크기 ( 바이너리전송 ) 필요한전송정보 파일이름 ( 최대 255 자 => 255byte 의메모리공간필요 ) 파일크기 (4byte 의경우최대 4GB 크기의파일처리가능 ) 파일내용 ( 가변길이, 0~4GB 크기 ) 메시지구성 FileName (255bytes)

More information

R50_51_kor_ch1

R50_51_kor_ch1 S/N : 1234567890123 Boot Device Priority NumLock [Off] Enable Keypad [By NumLock] Summary screen [Disabled] Boor-time Diagnostic Screen [Disabled] PXE OPROM [Only with F12]

More information

1. Execution sequence 첫번째로 GameGuard 의실행순서는다음과같습니다 오전 10:10:03 Type : Create 오전 10:10:03 Parent ID : 0xA 오전 10:10:03 Pro

1. Execution sequence 첫번째로 GameGuard 의실행순서는다음과같습니다 오전 10:10:03 Type : Create 오전 10:10:03 Parent ID : 0xA 오전 10:10:03 Pro #44u61l5f GameGuard 에대한간단한분석. By Dual5651 (http://dualpage.muz.ro) 요약 : 이문서는분석자의입장에서 GameGuard의동작을모니터링한것에대한것입니다. 실제 GameGuard의동작방식과는다소차이가있을수있습니다. 이문서에등장하는모든등록상표에대한저작권은해당저작권자에게있습니다. 1. Execution sequence

More information

<4D F736F F F696E74202D203137C0E55FBFACBDC0B9AEC1A6BCD6B7E7BCC72E707074>

<4D F736F F F696E74202D203137C0E55FBFACBDC0B9AEC1A6BCD6B7E7BCC72E707074> SIMATIC S7 Siemens AG 2004. All rights reserved. Date: 22.03.2006 File: PRO1_17E.1 차례... 2 심벌리스트... 3 Ch3 Ex2: 프로젝트생성...... 4 Ch3 Ex3: S7 프로그램삽입... 5 Ch3 Ex4: 표준라이브러리에서블록복사... 6 Ch4 Ex1: 실제구성을 PG 로업로드하고이름변경......

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

[ 네트워크 1] 3 주차 1 차시. IPv4 주소클래스 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트

[ 네트워크 1] 3 주차 1 차시. IPv4 주소클래스 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트워크주소와 브로드캐스트주소를설명할수있다. 학습내용 1 : IP 헤더필드구성 1. Network Layer Fields 2. IP 헤더필드의구성 1)

More information

Microsoft PowerPoint - ch07.ppt

Microsoft PowerPoint - ch07.ppt chapter 07. 시스코라우터기본동작 한빛미디어 -1- 학습목표 시스코라우터외적, 내적구성요소 시스코라우터부팅단계 시스코라우터명령어모드 한빛미디어 -2- 시스코라우터구성요소 라우터외부구성요소 (1) [ 그림 ] 2600 라우터전면도 인터페이스카드 전원부 LED 라우터조건 한빛미디어 -3- 시스코라우터구성요소 라우터외부구성요소 (2) [ 그림 ] VTY 를이용한라우터접속

More information

6. 설치가시작되는동안 USB 드라이버가자동으로로드됩니다. USB 드라이버가성공적으로로드되면 Setup is starting( 설치가시작되는중 )... 화면이표시됩니다. 7. 화면지침에따라 Windows 7 설치를완료합니다. 방법 2: 수정된 Windows 7 ISO

6. 설치가시작되는동안 USB 드라이버가자동으로로드됩니다. USB 드라이버가성공적으로로드되면 Setup is starting( 설치가시작되는중 )... 화면이표시됩니다. 7. 화면지침에따라 Windows 7 설치를완료합니다. 방법 2: 수정된 Windows 7 ISO Windows 7 설치및 PCIE RAID 설정정보 DK173 초판 11월 2016 A. Windows 7 및 USB 드라이버설치 칩셋사양에따라 Windows 7 설치중에 USB 키보드 / 마우스를사용하려면시스템에서 USB 드라이버를사전로드해야합니다. 이절에서는 USB 드라이버사전로드방법과 Windows 7 설치방법에대해서설명합니다. 방법 1: SATA ODD

More information

<443A5C4C C4B48555C B3E25C32C7D0B1E25CBCB3B0E8C7C1B7CEC1A7C6AE425CBED0C3E0C7C1B7CEB1D7B7A55C D616E2E637070>

<443A5C4C C4B48555C B3E25C32C7D0B1E25CBCB3B0E8C7C1B7CEC1A7C6AE425CBED0C3E0C7C1B7CEB1D7B7A55C D616E2E637070> #include "stdafx.h" #include "Huffman.h" 1 /* 비트의부분을뽑아내는함수 */ unsigned HF::bits(unsigned x, int k, int j) return (x >> k) & ~(~0

More information

-. Data Field 의, 개수, data 등으로구성되며, 각 에따라구성이달라집니다. -. Data 모든 의 data는 2byte로구성됩니다. Data Type는 Integer, Float형에따라다르게처리됩니다. ( 부호가없는 data 0~65535 까지부호가있는

-. Data Field 의, 개수, data 등으로구성되며, 각 에따라구성이달라집니다. -. Data 모든 의 data는 2byte로구성됩니다. Data Type는 Integer, Float형에따라다르게처리됩니다. ( 부호가없는 data 0~65535 까지부호가있는 Dong Yang E&P 인버터 Modbus Monitoring Protocol 2018. 08. 27 Sun Spec (Modbus-RTU) -. Modbus Protocol 각 Field에대한설명 Frame갂의구별을위한최소한의시갂 BaudRate 9600에서 1bit 젂송시갂은 Start 0.104msec, (3.5 character Times, 1 Character

More information

JVM 메모리구조

JVM 메모리구조 조명이정도면괜찮조! 주제 JVM 메모리구조 설미라자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조장. 최지성자료조사, 자료작성, PPT 작성, 보고서작성. 발표. 조원 이용열자료조사, 자료작성, PPT 작성, 보고서작성. 이윤경 자료조사, 자료작성, PPT작성, 보고서작성. 이수은 자료조사, 자료작성, PPT작성, 보고서작성. 발표일 2013. 05.

More information

歯규격(안).PDF

歯규격(안).PDF ETRI ETRI ETRI ETRI WTLS PKI Client, WIM IS-95B VMS VLR HLR/AC WPKI Cyber society BTS BSC MSC IWF TCP/IP Email Server Weather Internet WAP Gateway WTLS PKI Client, WIM BSC VMS VLR HLR/AC Wireless Network

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

BMP 파일 처리

BMP 파일 처리 BMP 파일처리 김성영교수 금오공과대학교 컴퓨터공학과 학습내용 영상반전프로그램제작 2 Inverting images out = 255 - in 3 /* 이프로그램은 8bit gray-scale 영상을입력으로사용하여반전한후동일포맷의영상으로저장한다. */ #include #include #define WIDTHBYTES(bytes)

More information

Microsoft Word - FS_ZigBee_Manual_V1.3.docx

Microsoft Word - FS_ZigBee_Manual_V1.3.docx FirmSYS Zigbee etworks Kit User Manual FS-ZK500 Rev. 2008/05 Page 1 of 26 Version 1.3 목 차 1. 제품구성... 3 2. 개요... 4 3. 네트워크 설명... 5 4. 호스트/노드 설명... 6 네트워크 구성... 6 5. 모바일 태그 설명... 8 6. 프로토콜 설명... 9 프로토콜 목록...

More information

OPCTalk for Hitachi Ethernet 1 2. Path. DCOMwindow NT/2000 network server. Winsock update win95. . . 3 Excel CSV. Update Background Thread Client Command Queue Size Client Dynamic Scan Block Block

More information

LXR 설치 및 사용법.doc

LXR 설치 및 사용법.doc Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess

More information

solution map_....

solution map_.... SOLUTION BROCHURE RELIABLE STORAGE SOLUTIONS ETERNUS FOR RELIABILITY AND AVAILABILITY PROTECT YOUR DATA AND SUPPORT BUSINESS FLEXIBILITY WITH FUJITSU STORAGE SOLUTIONS kr.fujitsu.com INDEX 1. Storage System

More information

UML

UML Introduction to UML Team. 5 2014/03/14 원스타 200611494 김성원 200810047 허태경 200811466 - Index - 1. UML이란? - 3 2. UML Diagram - 4 3. UML 표기법 - 17 4. GRAPPLE에 따른 UML 작성 과정 - 21 5. UML Tool Star UML - 32 6. 참조문헌

More information

VTP(VLAN Trunk Protocol) Cisco 전용프로토콜로서트렁크로연결된스위치간에 VLAN 정보를공유하는기능을수행한다. 즉, 하나의스위치에서 VLAN을생성하거나, 삭제또는수정을실시하면, 트렁크로연결된다른스위치에게변경된 VLAN 데이터베이스정보를공유하는기능을담

VTP(VLAN Trunk Protocol) Cisco 전용프로토콜로서트렁크로연결된스위치간에 VLAN 정보를공유하는기능을수행한다. 즉, 하나의스위치에서 VLAN을생성하거나, 삭제또는수정을실시하면, 트렁크로연결된다른스위치에게변경된 VLAN 데이터베이스정보를공유하는기능을담 제 19 장 VTP 블로그 : net123.tistory.com - 1 - 저자김정우 VTP(VLAN Trunk Protocol) Cisco 전용프로토콜로서트렁크로연결된스위치간에 VLAN 정보를공유하는기능을수행한다. 즉, 하나의스위치에서 VLAN을생성하거나, 삭제또는수정을실시하면, 트렁크로연결된다른스위치에게변경된 VLAN 데이터베이스정보를공유하는기능을담당한다.

More information

컴퓨터관리2번째시간

컴퓨터관리2번째시간 Company 컴퓨터 관리 참고 자료 PC 운영체제 POST 기능 :, ROM BIOS ( : [F8]) 1. Windows XP Windows XP 사용자 계정 :,,, 강화된 디지털 미디어 지원 기능 : (Windows Movie Maker), CD (Windows Media Player), Windows 홈 네트워크 기능 :, 강화된 시스템 관리 :,

More information

Deok9_Exploit Technique

Deok9_Exploit Technique Exploit Technique CodeEngn Co-Administrator!!! and Team Sur3x5F Member Nick : Deok9 E-mail : DDeok9@gmail.com HomePage : http://deok9.sur3x5f.org Twitter :@DDeok9 > 1. Shell Code 2. Security

More information

(Asynchronous Mode) ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 -

(Asynchronous Mode) ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 - (Asynchronous Mode) - - - ( 1, 5~8, 1~2) & (Parity) 1 ; * S erial Port (BIOS INT 14H) - 1 - UART (Univ ers al As y nchronous Receiver / T rans mitter) 8250A 8250A { COM1(3F8H). - Line Control Register

More information

Secure Programming Lecture1 : Introduction

Secure Programming Lecture1 : Introduction Malware and Vulnerability Analysis Lecture3-2 Malware Analysis #3-2 Agenda 안드로이드악성코드분석 악성코드분석 안드로이드악성코드정적분석 APK 추출 #1 adb 명령 안드로이드에설치된패키지리스트추출 adb shell pm list packages v0nui-macbook-pro-2:lecture3 v0n$

More information

Windows Server 2012

Windows Server  2012 Windows Server 2012 Shared Nothing Live Migration Shared Nothing Live Migration 은 SMB Live Migration 방식과다른점은 VM 데이터파일의위치입니다. Shared Nothing Live Migration 방식은 Hyper-V 호스트의로컬디스크에 VM 데이터파일이위치합니다. 반면에, SMB

More information

Microsoft Word - windows server 2003 수동설치_non pro support_.doc

Microsoft Word - windows server 2003 수동설치_non pro support_.doc Windows Server 2003 수동 설치 가이드 INDEX 운영체제 설치 준비과정 1 드라이버를 위한 플로피 디스크 작성 2 드라이버를 위한 USB 메모리 작성 7 운영체제 설치 과정 14 Boot Sequence 변경 14 컨트롤러 드라이버 수동 설치 15 운영체제 설치 17 운영체제 설치 준비 과정 Windows Server 2003 에는 기본적으로

More information

Deok9_PE Structure

Deok9_PE Structure PE Structure CodeEngn Co-Administrator!!! and Team Sur3x5F Member Nick : Deok9 E-mail : DDeok9@gmail.com HomePage : http://deok9.sur3x5f.org Twitter :@DDeok9 1. PE > 1) PE? 2) PE 3) PE Utility

More information

Windows 8에서 BioStar 1 설치하기

Windows 8에서 BioStar 1 설치하기 / 콘텐츠 테이블... PC에 BioStar 1 설치 방법... Microsoft SQL Server 2012 Express 설치하기... Running SQL 2012 Express Studio... DBSetup.exe 설정하기... BioStar 서버와 클라이언트 시작하기... 1 1 2 2 6 7 1/11 BioStar 1, Windows 8 BioStar

More information

[ 컴퓨터시스템 ] 3 주차 1 차시. 디렉토리사이의이동 3 주차 1 차시디렉토리사이의이동 학습목표 1. pwd 명령을사용하여현재디렉토리를확인할수있다. 2. cd 명령을사용하여다른디렉토리로이동할수있다. 3. ls 명령을사용하여디렉토리내의파일목록을옵션에따라다양하게확인할수

[ 컴퓨터시스템 ] 3 주차 1 차시. 디렉토리사이의이동 3 주차 1 차시디렉토리사이의이동 학습목표 1. pwd 명령을사용하여현재디렉토리를확인할수있다. 2. cd 명령을사용하여다른디렉토리로이동할수있다. 3. ls 명령을사용하여디렉토리내의파일목록을옵션에따라다양하게확인할수 3 주차 1 차시디렉토리사이의이동 학습목표 1. pwd 명령을사용하여현재디렉토리를확인할수있다. 2. cd 명령을사용하여다른디렉토리로이동할수있다. 3. ls 명령을사용하여디렉토리내의파일목록을옵션에따라다양하게확인할수있다. 학습내용 1 : 현재디렉토리확인 1. 홈디렉토리 - 로그인을한후, 사용자가기본으로놓이게되는디렉토리위치를홈디렉토리 (home directory)

More information

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS ( PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (http://ddns.hanwha-security.com) Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

항목

항목 Cloud 컴퓨팅기반분산파일시스템개요 개발실 UPDATE : 2012. 11 18 INDEX 1. 가용성 2. 확장성 3. PrismFS 4. Q&A 2 가용성 3 Gmail 장애 2011년 2월 27일 34000명의 Gmail 사용자들이일어나보니메일, 주소록, 채팅기록등이사라진것을발견 2011년 2월 28일 스토리지소프트웨어업데이트를진행하는중 Bug로인해발생했다고공지

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

슬라이드 1

슬라이드 1 Pairwise Tool & Pairwise Test NuSRS 200511305 김성규 200511306 김성훈 200614164 김효석 200611124 유성배 200518036 곡진화 2 PICT Pairwise Tool - PICT Microsoft 의 Command-line 기반의 Free Software www.pairwise.org 에서다운로드후설치

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

MS-SQL SERVER 대비 기능

MS-SQL SERVER 대비 기능 Business! ORACLE MS - SQL ORACLE MS - SQL Clustering A-Z A-F G-L M-R S-Z T-Z Microsoft EE : Works for benchmarks only CREATE VIEW Customers AS SELECT * FROM Server1.TableOwner.Customers_33 UNION ALL SELECT

More information

제 11 장 다원 탐색 트리

제 11 장 다원 탐색 트리 제 11 장 다원탐색트리 Copyright 07 DBLB, Seoul National University m- 원탐색트리의정의와성질 (1) 탐색성능을향상시키려면메모리접근횟수를줄여야함 탐색트리의높이를줄여야함 차수 (degree) 가 2보다큰탐색트리가필요 m- 원탐색트리 (m-way search tree) 공백이거나다음성질을만족 (1) 루트는최대 m 개의서브트리를가진다.

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

제20회_해킹방지워크샵_(이재석)

제20회_해킹방지워크샵_(이재석) IoT DDoS DNS (jaeseog@sherpain.net) (www.sherpain.net) DDoS DNS DDoS / DDoS(Distributed DoS)? B Asia Broadband B Bots connect to a C&C to create an overlay network (botnet) C&C Provider JP Corp. Bye Bye!

More information

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase startup-config Erasing the nvram filesystem will remove all configuration files Continue? [confirm] ( 엔터 ) [OK] Erase

More information

슬라이드 1

슬라이드 1 CHAP 7: 트리 C 로쉽게풀어쓴자료구조 생능출판사 2005 트리 (TREE) 트리 : 계층적인구조를나타내는자료구조 트리는부모 - 자식관계의노드들로이루어진다. 대표이사 응용분야 : 계층적인조직표현 총무부 영업부 생산부 파일시스템 인공지능에서의결정트리 전산팀구매팀경리팀생산 1 팀생산 2 팀 트리의용어 노드 (node): 트리의구성요소 루트 (root): 부모가없는노드

More information

Microsoft PowerPoint - 04-UDP Programming.ppt

Microsoft PowerPoint - 04-UDP Programming.ppt Chapter 4. UDP Dongwon Jeong djeong@kunsan.ac.kr http://ist.kunsan.ac.kr/ Dept. of Informatics & Statistics 목차 UDP 1 1 UDP 개념 자바 UDP 프로그램작성 클라이언트와서버모두 DatagramSocket 클래스로생성 상호간통신은 DatagramPacket 클래스를이용하여

More information

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자

SQL Developer Connect to TimesTen 유니원아이앤씨 DB 기술지원팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 작성자 SQL Developer Connect to TimesTen 유니원아이앤씨 DB 팀 2010 년 07 월 28 일 문서정보 프로젝트명 SQL Developer Connect to TimesTen 서브시스템명 버전 1.0 문서명 작성일 2010-07-28 작성자 김학준 최종수정일 2010-07-28 문서번호 20100728_01_khj 재개정이력 일자내용수정인버전

More information

DocsPin_Korean.pages

DocsPin_Korean.pages Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google

More information

Microsoft Word - HD-35 메뉴얼_0429_.doc

Microsoft Word - HD-35 메뉴얼_0429_.doc 자주 묻는 질문들...2 제품의 특장점...3 안전을 위한 주의사항...5 사용을 위한 주의사항...5 각 부분의 이름...6 HD-35 조립/분리하기...7 PC와 USB 케이블 연결하기...8 1. 윈도우 98/ME에서 설치과정...9 2. NTFS를 FAT32 포맷방식으로 바꾸기...11 설치 및 연결하기...14 1. 비디오 연결방법...14 2. 오디오

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

hlogin2

hlogin2 0x02. Stack Corruption off-limit Kernel Stack libc Heap BSS Data Code off-limit Kernel Kernel : OS Stack libc Heap BSS Data Code Stack : libc : Heap : BSS, Data : bss Code : off-limit Kernel Kernel : OS

More information

Microsoft PowerPoint - ch09 - 연결형리스트, Stack, Queue와 응용 pm0100

Microsoft PowerPoint - ch09 - 연결형리스트, Stack, Queue와 응용 pm0100 2015-1 프로그래밍언어 9. 연결형리스트, Stack, Queue 2015 년 5 월 4 일 교수김영탁 영남대학교공과대학정보통신공학과 (Tel : +82-53-810-2497; Fax : +82-53-810-4742 http://antl.yu.ac.kr/; E-mail : ytkim@yu.ac.kr) 연결리스트 (Linked List) 연결리스트연산 Stack

More information

2 2000. 8. 31

2 2000. 8. 31 IT update 00 1 / 2000.8.30 IT update Information Technology 2 2000. 8. 31 C o n t e n t s 2000. 8. 31 3 4 2000. 8. 31 2000. 8. 31 5 6 2000. 8. 31 2000. 8. 31 7 8 2000. 8. 31 2000. 8. 31 9 1 0 2000. 8.

More information

[Brochure] KOR_TunA

[Brochure] KOR_TunA LG CNS LG CNS APM (TunA) LG CNS APM (TunA) 어플리케이션의 성능 개선을 위한 직관적이고 심플한 APM 솔루션 APM 이란? Application Performance Management 란? 사용자 관점 그리고 비즈니스 관점에서 실제 서비스되고 있는 어플리케이션의 성능 관리 체계입니다. 이를 위해서는 신속한 장애 지점 파악 /

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information