FC3 dark\_eyes - hell\_fire - remoteBOF, GOT overwrite, mprotect
GOT overwrite / Remote BOF / [ stdin buf ] Stack layout | | | — | | temp 1024 Byte | | 12 Byte | | saved_sfp 4 Byte | | 여기서부터 아래 1024 사용 가능. 단, main의 sfp 는 제외. buffer 256 Byte | | 8...
GOT overwrite / Remote BOF / [ stdin buf ] Stack layout | | | — | | temp 1024 Byte | | 12 Byte | | saved_sfp 4 Byte | | 여기서부터 아래 1024 사용 가능. 단, main의 sfp 는 제외. buffer 256 Byte | | 8...
C9 https://c9.io/ Application :<https://apm-umbum.c9users.io> Files :<https://preview.c9users.io/umbum/apm> 웹서버 도메인은 8080으로 열면 연결되므로 굳이 APM workstation이 아니어도 접속할 수 있다. Flat T...
Windows rainmeter Chrome 네이버 영어사전 드래그 시 사전 출력 EditThisCookie History Cleaner stylish / stylebot 웹사이트의 css를 사용자 단에서 수정하여 원하는 테마, 광고 삭제, 글씨 크기를 수정할 수 있다. Proxy SwitchOmega Downloader youtube...
CSS tip 생활코딩 CSS 사전 뭔가를 숨길 때 height: 0px;보다는 display: none;을 사용하는 편이 좋다. 줄바꿈 // 한문자 단위로 쪼개려면 word-break: break-all; // 스페이스바 나와도 안쪼개고 1자로 쭉 이어 갈거면(스크롤 있는 경우) white-space: nowrap; css 세로 가운데...
#include <unistd.h> int execl(const char \*path, const char \*arg1, arg2, ..., NULL); int execlp(const char \*file, const char \*arg, arg2, ..., NULL); int execle(const char \*path, const cha...
fork #include <unistd.h> pid\_t fork(void); fd child는 parent의 file table을 복사해가기 때문에 fork()나 exec()나 fd는 유지된다. * thread는 main thread의 context를 공유하기 때문에, thread도 마찬가지다. exec 2017/03/08 - ...
DL4MD 단순히 어떤 API를 사용하는지를 학습. API의 순서 등은 고려하지 않고 malware에서 많이 등장한 API를 사용하면malware로 판정. 인용수도 1회. Deep Neural Network Based Malware Detection Using Two Dimensional Binary Program Features 1...
사실 HTML과 JS를 이용해 redirect하는 것 보다 서버 측에서 HTTP redirection status code(301, 302)를 보내 redirect하도록 하는 것이 더 좋다. 2017/06/08 - [Web/Back-end] - [PHP] HTTP response header 수정 JS를 이용하면 JS가 비활성화 되어 있는 경우 제...
Hikvision Ensemble A of 3 RPN and 6 FRCN models, mAP is 67 on val2 Our work on object detection is based on Faster R-CNN. We design and validate the following improvements: * Better network. We ...
https://arxiv.org/pdf/1404.4661.pdf 이미지 간의 distance(similarity)를 구하는 방법(함수)를 학습하는 model이다. detection & classfication 신경망을 거치는 경우, 그 출력을 그대로 similarity에 사용하면 안되나? image classification과 sim...