.SED 파일 확장자
IExpress Self Extraction Directive File
| 개발사 | Microsoft |
| 인기도 |
4.2 | 20 투표 |
SED 파일이란 무엇인가요?
File created by IExpress Wizard, a built-in Windows program used for creating Windows installers; contains options used for building a software installation package (.EXE file); includes the files to build into the package, the output package filename, popup messages for the installation process, and various other options.
추가 정보
SED files are used by the IExpress Wizard to build self-extracting executables. They are often used for creating software distributions.
The IExpress program (iexpress.exe) is located in the C:\Windows\System32\ directory.
SED 파일을 여는 프로그램
Nintendo 3DS System Key
| 개발사 | Nintendo |
| 인기도 |
3.6 | 7 투표 |
Movable.sed is an encrypted system file used by the Nintendo 3DS. It is a device-specific key that allows the 3DS to access system and game data. Movable.sed is transferred between devices as part of 3DS System Transfers. Additionally, an exploit in the file allows gamers to load custom applications onto their 3DSes.
추가 정보
The data access key movable.sed contains is related to your device's Friend Code. Thus, enthusiastic 3DS homebrew developers have been able to crack the key's encryption. Using this exploit, homebrew gamers can install custom 3DS firmware, such as boot9strap, and then use that firmware to install other custom applications.
SED 파일을 여는 방법
Movable.sed is not meant to be opened. To retrieve your movable.sed file from your Nintendo 3DS, you can use the Seedminer web tool.
SED 파일을 열거나 참조하는 프로그램
Sed Script
| 개발사 | The GNU Project |
| 인기도 |
3.2 | 10 투표 |
Script used by sed (streams editor), a Unix command line utility used for filtering and modifying text; stores one or more statements, which contain pattern matches and replacements; used for storing reusable sed statements.
추가 정보
SED files are used with the following syntax, where -f is the option for specifying a sed script: sed -f file.sed inputfile