.IDB 파일 확장자
Visual Studio Intermediate Debug File
| 개발사 | Microsoft |
| 인기도 |
3.7 | 11 투표 |
IDB 파일이란 무엇인가요?
Intermediate file created by a Visual Studio program, such as Visual C++, during the debugging process; saves the compiler's state and is used for minimal program rebuilds and incremental compilations.
IDB 파일을 열거나 참조하는 프로그램
IDA Database File
| 개발사 | Hex-Rays |
| 인기도 |
2.9 | 17 투표 |
File created by IDA (The Interactive Disassembler), a program that disassembles executable files (.EXE) into low-level assembly language code; stores the disassembled data in a compressed format; used in the process of exploring executables, often for revealing potential security threats or exploitation routes.
추가 정보
When an IDB file is opened in IDA, the data is decompressed into a collection of files. After the database is closed, the files are then compressed back into the IDB file. This enables faster performance while the database is open and lower disk usage when closed.