appName : CT2S_to01.11.000_base01.04.000_update.zip
appName : CT2L_to02.01.000_base01.06.000_update.zip
appName : CT2L_to02.01.000_base01.06.000_update.zip
appName : UF_TAB-A03-BS_01.16.000.zip
appName : UF_TAB-A03-BR2_02.04.000.zip
appName : UF_TAB-A03-BR2_02.04.000.zip
appName : a04br3-ota-02.04.000_full.zip
appName : a05bd-ota-01.11.000_user_full.zip
appName : a05ba-ota-01.01.000_user_full.zip
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
int * prepare_kernel_cred(long param_1) | |
{ | |
char cVar1; | |
bool bVar2; | |
int iVar3; | |
int *__dest; | |
int *__src; | |
int *piVar4; |
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
import requests | |
import json | |
#トークンを取得 | |
def get_token(): | |
headers = { | |
'authority': 'platform-api.tver.jp', | |
'accept': '*/*', | |
'accept-language': 'ja-JP,ja;q=0.9,en-US;q=0.8,en;q=0.7', | |
'content-type': 'application/x-www-form-urlencoded; charset=utf-8', |
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
import("stdfaust.lib"); | |
average(x,y)=(x+y)/2; | |
encode(x,y)=(x:fi.lowpass(48,15000)*sw),(y@(1):fi.lowpass(48,15000)*sw)@(1):>_; | |
sw=waveform{ | |
1,0}:_*0,_:>_; | |
decode(x)=(x*sw*2),((x*sw@(1))*2); | |
process1=encode:decode:(fi.lowpass(48,15000),fi.lowpass(48,15000)); | |
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
<!doctype html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="https://indestructibletype.com/fonts/Jost.css" type="text/css" charset="utf-8" /> | |
</head> | |
<body> | |
<div id="clock"> | |
<span id="hours">00</span> | |
<span id="colon">:</span> |
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
import face_recognition | |
import cv2 | |
import numpy as np | |
import glob | |
import re | |
import ctypes | |
import collections | |
#enable color for windows | |
ENABLE_PROCESSED_OUTPUT = 0x0001 |
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
UEFI Protocol Detected | |
-------------------------------------------------------------------------------- | |
String Packages | |
-------------------------------------------------------------------------------- | |
Offset: Language: | |
-------------------------------------------------------------------------------- | |
0x648 en-US (0x0) | |
0xF413 fr-FR (0x1) |
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
UEFI Protocol Detected | |
-------------------------------------------------------------------------------- | |
String Packages | |
-------------------------------------------------------------------------------- | |
Offset: Language: | |
-------------------------------------------------------------------------------- | |
0x648 en-US | |
0xF413 fr-FR |
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
UEFI Protocol Detected | |
-------------------------------------------------------------------------------- | |
String Packages | |
-------------------------------------------------------------------------------- | |
Offset: Language: | |
-------------------------------------------------------------------------------- | |
0x6D8 en-US (0x0) | |
0xF40E fr-FR (0x1) |
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
GPT part: 0, name: uboot, start:0x4000, size:0x2000 | |
GPT part: 1, name: trust, start:0x6000, size:0x2000 | |
GPT part: 2, name: misc, start:0x8000, size:0x2000 | |
GPT part: 3, name: resource, start:0xa000, size:0x8000 | |
GPT part: 4, name: kernel, start:0x12000, size:0x10000 | |
GPT part: 5, name: dtb, start:0x22000, size:0x2000 | |
GPT part: 6, name: dtbo, start:0x24000, size:0x2000 | |
GPT part: 7, name: vbmeta, start:0x26000, size:0x800 | |
GPT part: 8, name: boot, start:0x26800, size:0x10000 | |
GPT part: 9, name: recovery, start:0x36800, size:0x20000 |