Skip to content

Instantly share code, notes, and snippets.

View sangsoo-horangi's full-sized avatar

sangsoo sangsoo-horangi

View GitHub Profile
@sangsoo-horangi
sangsoo-horangi / bitsadmin_parameter
Last active July 14, 2019 18:12
bitsadmin 인자 값 정리
/UTIL
/SETIEPROXY
/HELP
/SETIEPROXY
/GETIEPROXY
/VERSION
/REPAIRSERVICE
/ENABLEANALYTICCHANNEL
/CACHE
/PEERS
@sangsoo-horangi
sangsoo-horangi / readme.md
Created March 23, 2019 06:31
compile on nasm
  1. 32bit ; assemble: nasm -f elf -l hello.lst hello.asm ; link: gcc -o hello hello.o ; run: hello ; output is: Hello World

  2. 64bit nasm -felf64 hello.asm && ld hello.o && ./a.out

@sangsoo-horangi
sangsoo-horangi / RecoverAPIName.txt
Last active February 27, 2019 17:26
You can get Plain API Function's name Through the decrypt routine.
Kernel32.dll
CloseHandle
CreateFileA
CreateMutexA
HeapReAlloc
CreateToolhelp32Snapshot
DeviceIoControl
GetCurrentThread
GetLongPathNameA
GetModuleFileNameA