This little specification allows to view the structure of .psv files in 010 Editor.
This allows you to get a quick overview of the keys, the signature, and the sha256 hash.
In order to use this specification you need to:
#define DEVICE_BASE (0xE0000000) | |
#define IFTU0_BASE (DEVICE_BASE + 0x5020000) | |
uint *iftu0_base = NULL; | |
static inline void turnon_oled(int a2, int a3) | |
{ | |
if (a2 == 128) | |
{ | |
*(iftu0_base + 0x2000 + 32) = 0; |
#include <stdio.h> | |
#include <arpa/inet.h> | |
int main() | |
{ | |
struct sockaddr_in sa; | |
char str[INET_ADDRSTRLEN]; | |
inet_pton(AF_INET, "192.168.0.1", &(sa.sin_addr)); | |
printf("0x%x\n", sa.sin_addr.s_addr); |
/** | |
* Motivation: One unified .psv format for archiving (preserving) Vita games. | |
* The goal is to preserve as much of the original game structure while ensuring | |
* the all the information needed to decrypt and extract data can be derived | |
* from just the file and a hacked Vita. | |
* | |
* We want something akin to .nds or .3ds/.cia or .iso but for Vita games. The | |
* unique challenge is that Vita cart games require a per-cart key to decrypt | |
* and digital games require a similar key from activation. With just the raw | |
* game image, it is not possible to extract the game data. |
This little specification allows to view the structure of .psv files in 010 Editor.
This allows you to get a quick overview of the keys, the signature, and the sha256 hash.
In order to use this specification you need to:
#!/usr/bin/env python3 | |
import sys | |
from xml.dom import minidom | |
from functools import partial | |
import grequests | |
import hashlib | |
import hmac | |
#include <stdio.h> | |
#include <debugnet.h> | |
extern "C" { | |
static int nest = 0; | |
void __cyg_profile_func_enter(void *fn, void *callsite); | |
void __cyg_profile_func_enter(void *fn, void *callsite) { | |
for (int i = 0; i < nest; i++) { | |
debugNetPrintf(99, " "); |
Awesome Laravel: https://github.com/chiraggude/awesome-laravel
PhpStorm:
Artisan:
Interviews:
Interesting questions:
server_driver_audio_6.0.1.8573.zip
) fixing mic issues (maybe not needed anymore): https://drive.google.com/file/d/1tbTsY4-c7NQpD7tbCJGHPKzDhJ4LeqCn/view?usp=sharing► Windows:
(considered but bad)