- Link https://pdf-insecurity.org/downloads/paper_reports_theses.html#attacks-on-pdf-signatures-certification-attacks-2021 https://pdf-insecurity.org/download/pdf-certification/exploits.zip So what is the problem? We investigate the following question: How dangerous are permitted changes in certified documents?. To answer this question we systematically analyze the allowed modifications in certifie..
맥에서 Python 개발을 할 때, matplotlib 로 그래프 출력이 안되는 경우가 있는 것 같다. 에러 메시지는 다음과 같이 난다. import matplotlib.pyplot as plt File "/Users/cosrah/anaconda3/envs/py35/lib/python3.5/site-packages/matplotlib/pyplot.py", line 115, in _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() File "/Users/cosrah/anaconda3/envs/py35/lib/python3.5/site-packages/matplotlib/backends/__init__.py", line 6..
리스트에 포함된 데이터에서두 개의 모든 데이터 쌍을 얻고 싶을 때아래와 같이 코드를 작성할 수 있습니다. def get_pairs_from_list(lst): pairs = [] lst_len = len(lst) for i in range(lst_len): if i == (lst_len-1): break subset = lst[i+1:] for item in subset: pairs.append((lst[i], item)) return pairs 감사합니다.
오늘 작업을 하다가 보니,Python에서 멀티쓰레드로 작업을 처리하고 싶어졌다.그런데, 단순히 Thread를 Array로 만들어서 처리하다보니 너무 복잡했다.그래서 Pool 형태로 구현하는 방법을 찾아보니, 아래 링크처럼 구현이 가능했다. http://code.activestate.com/recipes/577187-python-thread-pool/ class ThreadPool: """Pool of threads consuming tasks from a queue""" def __init__(self, num_threads): self.tasks = Queue(num_threads) for _ in range(num_threads): Worker(self.tasks) def add_task(self, ..
오늘 두 가지 문제를 확인했다. 첫 번째, Python 2.6.6 버전에서는 (적어도 내가 확인한 바로는) import sys sys.setdefaultencoding('utf-8)방식으로 인코딩 설정을 할 수 없었다. 한글 처리에서의 어려움이 있었는데, 이 방법으로 해결했다. site.py 파일에서의 encoding 기본 값을 강제로 설정하는 방법... 좀 무식하긴 하지만;; Python 에서 이런 부분을 전혀 고려해주지 않아서, 또는 제대로 개발자가 알 수 없도록 해서 어쩔 수 없이 적용하는 부분이니까... 두 번째, 위 처럼 수정하니까. sqlite3 에서 문제가 발생했다. " Could not decode to UTF-8 column ~~ " 이것은 한글로 입력된 데이터에 대해서 'select' ..
참고 : http://msdn.microsoft.com/en-us/library/aa384253(v=vs.85).aspx 윈도우 Vista 이상의 64bit 플랫폼에서는 WOW64 를 지원한다. 이는 32bit 플랫폼에서 동작하는 응용 프로그램에 대해 호환성을 제공하기 위한 것인데, 모든 레지스트리 키 값에 대해 WOW64가 적용되는 것이 아니라 아래 표를 보면 알 수 있듯이 키 값들마다 아래 조건에 따라 다르게 적용된다. HKCU 의 경우 거의 모든 키 값이 Shared 된다. 예를들면, 32bit 나 64bit 응용 프로그램이 HKCU 하위에 자동 실행(Run)을 등록할 경우에 HKCU\Software\Microsoft\Windows\CurrentVersion\Run 값의 하위에 직접 기록하게 된다...
참고 : http://msdn.microsoft.com/en-us/library/ee330728%28VS.85%29.aspx iexplore.exe [ [ -embedding ] [ -extoff ] [ -framemerging ] [ -k ] [ -noframemerging ] [ -nohangerecovery ] [ -private ] ] [ URL ] 구체적으로는 아래의 그림과 같다. iexplore.exe [ -embedding ] 이 기능은 영문 원문 그대로 옮긴다. Starts Internet Explorer through OLE embedding (such as the WebBrowser Control). [ -extoff ] 이 기능은 IE를 플러그인이 없이 깨끗하게 구동할 때 이용한다. ..
가볍게 노트를 하고 넘어가자. 'Borland Delphi' 파일을 보다보면 항상 보이는 리소스 항목 [ DVCLAL - Delphi Visual Component Library Access License ] 참고 : http://www.delphi3000.com/articles/article_2912.asp 위의 사이트에 나오는 내용 중에 " check if the correct version of Delphi is beeing used to compile the code " 문장을 보면, DVCLAL은 Delphi 바이너리가 정상적인 델파이 버전에 의해서 빌드(컴파일)가 되었는지 확인하기 위해서 이용되는 정보이다. 'SysUtils.pas' DVCLAL 정보를 이용하는 모듈 -> GDAL() : 'A..
- Total
- Today
- Yesterday
- 지루박멸연구센타
- 열정의 힘을 믿는다
- Le4rN TO Cr4cK
- 디버깅에관한모든것(DebugLab)
- sysinternals
- FoundStone
- hashtab
- 보안-coderant
- 디바이스드라이버 개발자 포럼
- dualpage.muz.ro
- osronline.com - 드라이버 관련 정보 사이트
- NtInternals - NativeAPI Refere…
- pcthreat - spyware 정보 제공
- rootkit.com - 루트킷 관련 정보
- www.ntinternals.net
- WINE CrossRef. - source.winehq…
- tuts4you
- hex-rays
- idapalace
- idefense
- immunityinc
- threatexpert
- hdp.null2root.org
- www.crackstore.com
- crackmes.de
- www.who.is
- www.cracklab.ru
- community.reverse-engineering.…
- video.reverse-engineering.net
- SnD
- 클레이 키위
- reversengineering.wordpress.co…
- www.openrce.org
- www.woodmann.com
- PEID.Plusins.BobSoft
- roxik.com/pictaps/
- regexlib.com
- spyware-browser.com
- www.usboffice.kr
- regulator
- www.txt2re.com
- ietab.mozdev.org
- zesrever.xstone.org
- www.heaventools.com/PE-file-he…
- www.heaventools.com
- www.innomp3.com
- 울지않는벌새
- exetools.com-forum
- exetools.com
- utf8 conv
- robtex - IP trace
- onsamehost - same IP sites
- JpopSuki
- jsunpack.jeek.org
- wepawet.iseclab.org
- www.jswiff.com
- www.hackeroo.com
- winesearcher.co.kr
- khpga.org
- malwareurl.com
- anubis.iseclab.org
- www.crummy.com-eautifulSoup
- malwarebytes.org/forums
- bbs.janmeng.com
- blackip.ustc.edu.cn
- eureka.cyber-ta.org
- exploit-db.com
- 매매가격지수
- 시스템트래이딩
- 주식트래이딩
- 전세매매지수
- ChatGPT
- 공공인프라
- Pivot
- ElasticSearch
- systemd
- ROA
- 군함도
- SBI저축은행
- PIR
- 미국주식
- 신한저축은행
- 실시간트래이딩
- 자동트래이딩
- 다올저축은행
- logrotate
- 주택구매력지수
- hai
- 레고랜드
- 맥쿼리인프라
- 피봇
- O365
- INVOICE
- ubuntu
- 주식
- CriticalSection
- 사회간접자본
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |