カテゴリー: tips
投稿者: ikeriri

IMG_2440
いけりり@DEFCON23終了しました。なんだかあっという間でした
 IMG_2459
だんだん若手からは老害といわれそうな中、偏りで頑固になりがちですが
DEFCONいくと、なんだかすごいモチベーションと私もなんかやらなきゃって
気持ちが強くなり、それだけでも価値があったと思っております。
IMG_2454
ESPのファームウエアのワークショップにて。また1年がんばらなくては

カテゴリー: tips
投稿者: ikeriri
null
using scikit-learn to determine malware by Random forests (consists of 64 tree and input vector size is 20000 by hashed strings )

also use keras to create DL model ( input 1024 vector, 2 internal layer consists of 512 and 64 ReLU node and sigmoid output ) to check malware.
カテゴリー: tips
投稿者: ikeriri
 How to update Windows10 1803 2020 
and upgrading Windows Service for Linux from WSL1 to WSL2 
ChecklistCommand
BIOS setting
X58 chipset with Gulftown intel Core processor
VT-d from enabled to disabled
Set strage mode from ACHI to IDE

Windows 10 assistant 
https://www.microsoft.com/ja-jp/software-download/windows10

wsl -l -v to check version
wsl -l -v
WSL-L-V

Updating WSL2 Linux kernel package
https://docs.microsoft.com/en-us/windows/wsl/wsl2-kernel

Enable Virtual Machine platform service in Windows10 function using Power Shell ( Admin)

dism.exe /online /enable-feature
/featurename:VirtualMachinePlatform /all /norestart

change version from WSL1 to WSL2 wsl --set-version kali-linux 2 wslsetversion

Set default to WSL2PS C:\> wsl --set-default-version 2
set-default

Checkwsl -l -v
WSL2