Skip to content

Instantly share code, notes, and snippets.

View ni5am's full-sized avatar
🐥
배고픔

SeongJin ni5am

🐥
배고픔
  • Korea/Seoul
View GitHub Profile
@bunseokbot
bunseokbot / kitri_bob_new_post.py
Last active June 27, 2017 16:39
비오비 6기 발표 확인 스크립트
import requests
import re
import time
import webbrowser
headers = {"User-Agent": "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2"}
lastnum = 85
def chk_new_post():
'''
IDA plugin to display the calls and strings referenced by a function as hints.
Installation: put this file in your %IDADIR%/plugins/ directory.
Author: Willi Ballenthin <william.ballenthin@fireeye.com>
Licence: Apache 2.0
'''
import idc
import idaapi
import idautils