PCSX2/PCSX2 Emulator is a free and open-source PlayStation 2 (PS2) emulator. Its purpose is to emulate the PS2’s hardware, using a combination of MIPS CPU Interpreters, Recompilers, and a Virtual Machine that manages hardware states and system memory.
实践AetherSX2
AetherSX2/AetherSX2 APK + Bios for Android/AetherSX2 Emulator is a PS 2 emulator that enables users to play PS2 games on iOS, Android, Mac, Xbox, Windows PC, and Linux. Gamers can play their favorite games from the PS2 console without the need for a Real PS2 console.
实践SSAE
实践ISAE
ISAE 是一类国际准则的总称,全称是:
实践SAST(Static Application Security Testing)
SAST 是 Static Application Security Testing 的缩写,中文一般叫:
实践XSS(Cross Site Scripting)
Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. Flaws that allow these attacks to succeed are quite widespread and occur anywhere a web application uses input from a user within the output it generates without validating or encoding it.
实践SOP(Same Origin Policy)
The same-origin policy is a critical security mechanism that restricts how a document or script loaded by one origin can interact with a resource from another origin.
实践CSRF(Cross Site Request Forgery)
Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated. With a little help of social engineering (such as sending a link via email or chat), an attacker may trick the users of a web application into executing actions of the attacker’s choosing. If the victim is a normal user, a successful CSRF attack can force the user to perform state changing requests like transferring funds, changing their email address, and so forth. If the victim is an administrative account, CSRF can compromise the entire web application.
实践CORS(Cross Origin Resource Share)
Cross-Origin Resource Sharing is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. CORS also relies on a mechanism by which browsers make a “preflight” request to the server hosting the cross-origin resource, in order to check that the server will permit the actual request. In that preflight, the browser sends headers that indicate the HTTP method and headers that will be used in the actual request.