Skip to content

Instantly share code, notes, and snippets.

View morimolymoly's full-sized avatar

mmmly morimolymoly

View GitHub Profile
Please provide the full image name, including the extension (i.e. kernel32.dll)
for more reliable results.Base address and size overrides can be given as
.reload <image.ext>=<base>,<size>.
*** WARNING: Unable to verify timestamp for ModuleName
*** ERROR: Module load completed but symbols could not be loaded for ModuleName
Unable to add module at 00000000`00000000
0: kd> !sym noisy
noisy mode - symbol prompts on
0: kd> .reload nt
SYMSRV: BYINDEX: 0xD
{
"name": "Taiga NFT",
"symbol": "TAIGA",
"description": "Taiga NFT Test",
"seller_fee_basis_points": 0,
"image": "0.png",
"update_authority": "5RmuMF2VwRKEGamagwATcoFep4YdNmr3BRa5Txfj6g3a",
"primary_sale_happened": true,
"collection": {
"name": "Taiga NFT",
08-22 11:31:46.204 15102 15128 D WS : ACC:07470446635630550613@blogger
08-22 11:31:46.204 15102 15128 D WS : ns ws://45.114.129.50:28877
08-22 11:31:46.205 15102 15128 D WS : connecting: ws://45.114.129.50:28877
08-22 11:31:46.219 15102 15140 D WS : conn changed: CONNECTING
08-22 11:31:46.264 15102 15140 D WS : conn changed: OPEN
08-22 11:31:46.269 15102 15102 D WS : connected
08-22 11:31:46.542 15102 15141 D WS : onHello
8-22 11:31:46.548 15102 15141 D WS : state update
08-22 11:31:46.683 15102 15141 D WS : state updateed

依存パッケージインストール

sudo apt install build-essential \
 bcc bin86 gawk bridge-utils iproute2 libcurl4 \
 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif \
 texinfo texlive-latex-base texlive-latex-recommended \
 texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial \
 make gcc libc6-dev zlib1g-dev python python-dev python-twisted \
 libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg-dev \
 iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml ocaml-findlib libx11-dev bison flex xz-utils libyajl-dev \
0x05, 0x01, /* Usage Page (Desktop), */
0x09, 0x06, /* Usage (Keyboard), */
0xA1, 0x01, /* Collection (Application), */
0x85, 0x01, /* Report ID (1), */
0x05, 0x07, /* Usage Page (Keyboard), */
0x15, 0x00, /* Logical Minimum (0), */
0x25, 0x01, /* Logical Maximum (1), */
0x19, 0xE0, /* Usage Minimum (KB Leftcontrol), */
0x29, 0xE7, /* Usage Maximum (KB Right GUI), */
0x75, 0x01, /* Report Size (1), */
import java.io.*;
public class decrypt {
public static void main(String[] args) {
System.out.println("hello, world!");
InputStream input = null;
try {
input = new FileInputStream("1k7vcor");
} catch (FileNotFoundException e) {
}
import java.beans.beancontext.BeanContext;
import java.security.Key;
import java.security.SecureRandom;
import java.security.AlgorithmParameters;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.Cipher;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.DESKeySpec;

環境

Linux mya 5.4.0-48-generic #52-Ubuntu SMP Thu Sep 10 10:58:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

環境構築

rtsp serverを立てるためのパッケージをインストールする

% sudo apt search gst-rtsp-server       
Sorting... Done
Full Text Search... Done
gir1.2-gst-rtsp-server-1.0/focal 1.16.2-3 amd64
use std::any::Any;
struct A {
value: Box<dyn Any>
}
struct B<T> {
value: T
}
fn main() {
trait A {
fn fn_a(&self) {
println!("fna");
}
}
trait B {
fn fn_b(&self) {
println!("fnb");
}