Subject | English | Korean |
comp., MS | driver injection | 드라이버 추가 (The process of installing mass storage drivers into an offline Windows installation, such as from Windows Preinstallation Environment (WinPE) into a restored system) |
comp., MS | fault injection | 오류 주입 (A technology allowing users to inject faults into an executable without requiring rebuilding the binary or modifying the source code; thus, providing a means of simulating errors and testing recovery) |
comp., MS | script injection attack | 스크립트 삽입 공격 (An attack that attempts to send executable scripts to your application with the intent of having other users run it. A typical script injection attack sends script to a page that stores the script in a database, so that another user who views the data inadvertently runs the code) |
IT | SQL injection | SQL 인젝션 |
comp., MS | SQL injection attack | SQL 삽입 공격 (An attack that attempts to compromise your database (and potentially the computer on which the database is running) by creating SQL commands that are executed instead of, or in addition to, the commands that you have built into your application) |
comp., MS | Touch Injection API | 터치 삽입, 터치 입력 주입 API (A native API for touch that allows a desktop app to send touch input to the screen (it already exists for mouse and keyboard). It simulates touch by sending messages that look like touch messages. It can be used to automate testing of a Windows Store app (larger company), and is used to support a class of devices) |