<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0">
	<channel>
		<title />
		<link>http://boanin.tistory.com/</link>
		<description>본 블로그는 보안인닷컴 (www.boanin.com) 팀 블로그로 보안과 정보 보호에 관심있는 회원의 자발적인 참여로 운영되고있습니다. 궁금한 사항은 연락처 : sis@sis.pe.kr주세요</description>
		<language>ko</language>
		<pubDate>Wed, 04 Jan 2012 11:00:51 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<managingEditor>보안인닷컴</managingEditor>
		<image>
		<title />
		<url><![CDATA[http://cfile22.uf.tistory.com/image/1449420D49C44F151A7B5E]]></url>
		<link>http://boanin.tistory.com/</link>
		<description>본 블로그는 보안인닷컴 (www.boanin.com) 팀 블로그로 보안과 정보 보호에 관심있는 회원의 자발적인 참여로 운영되고있습니다. 궁금한 사항은 연락처 : sis@sis.pe.kr주세요</description>
		</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/tistory/WkXE" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="tistory/wkxe" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
			<title>2012년 보안인닷컴 팀블로그 팀원을 추가 모집합니다.</title>
			<link>http://boanin.tistory.com/229</link>
			<description>안녕하세요..보안인닷컴 팀블로그 치프로거 엔시스입니다. 올 한해 팀블로그에서 좋은 글 주시고 애써 주신 팀원분들에게 감사의 말씀을 드립니다. 팀블로그지만 아직까지 조금 자율에 맡기다 보니 그리 활발하지 않는 것은 사실입니다. 이제 보안인닷컴이라는 이름은 모임을 지나 커다란 하나의 브랜드로 자리 잡아 가고 있습니다. 국내 보안쪽에서는 가장 활발한 활동을 하고 있는 커뮤니티고, 누구나 한번쯤 방문하는 커뮤니티입니다. 하지만 대부분 숨어서 자신을 드러나지..</description>
			<category>공지사항</category>
			<author>보안인닷컴</author>
			<guid>http://boanin.tistory.com/229</guid>
			<comments>http://boanin.tistory.com/229#entry229comment</comments>
			<pubDate>Wed, 07 Dec 2011 09:40:43 +0900</pubDate>
		</item>
		<item>
			<title>[윈도우 기초] 가상 메모리와 페이징</title>
			<link>http://boanin.tistory.com/228</link>
			<description>안녕하세요. 최만균 입니다. 본격적인 리버싱을 하기 전에 기초부터 튼튼히 하기 위해서 윈도우의 기초부터 시작합니다. 1. 가상 메모리 가상 메모리는 운영체제의 기본적인 메모리 관리 기법으로서 소프트웨어가 물리 메모리에 직접 접근해서 사용하는 대신에 프로세서가 운영체제와 조합해서 소프트웨어와 물리 메모리 사이에 가상의 계층을 만드는 것 입니다. virtual memory is a memory management technique developed fo..&lt;div class="entry-ccl" style="clear: both; text-align: right; margin-bottom: 10px"&gt;
	&lt;img id="ccl-icon-228-0" class="entry-ccl-by" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png" alt="저작자 표시"/&gt;
	&lt;img id="ccl-icon-228-1" class="entry-ccl-nc" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png" alt="비영리"/&gt;
	&lt;img id="ccl-icon-228-2" class="entry-ccl-nd" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png" alt="변경 금지"/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
		&lt;Work rdf:about=""&gt;
			&lt;license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/2.0/kr/" /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about="http://creativecommons.org/licenses/by-nc-nd/"&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Reproduction"/&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Distribution"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Notice"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Attribution"/&gt;
			&lt;prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>리버싱이야기</category>
			<category>가상 메모리</category>
			<category>페이징</category>
			<author>mkhouse</author>
			<guid>http://boanin.tistory.com/228</guid>
			<comments>http://boanin.tistory.com/228#entry228comment</comments>
			<pubDate>Tue, 27 Sep 2011 23:06:17 +0900</pubDate>
		</item>
		<item>
			<title>처음 인사 올려 드립니다..</title>
			<link>http://boanin.tistory.com/227</link>
			<description>보안인닷컴 팀블로그에 팀원 으로 정해 진지 상당히 오래 되었는데;; 처음 글 을 올려 드린 것 죄송 합니다.. 자주 포스팅을 하여야 했는데 이런 저런 이유로 글 을 자주 못 올렸습니다.. 앞으로 정말 보안에 관한 사소한 얘기 라도 올리도록 하겠습니다.. 간략 하게 저에 대해서 소개를 하면 현재 부산에 거주 하고 있으며 부산에 있는 모대학교 정보보호학과 에 서 공부를 하고 있습니다.. 아마 이렇게 말하면 어느 대학인지 잘 아실 거 같습니다...나이는..</description>
			<category>보안인이야기</category>
			<author>taehongkim</author>
			<guid>http://boanin.tistory.com/227</guid>
			<comments>http://boanin.tistory.com/227#entry227comment</comments>
			<pubDate>Mon, 26 Sep 2011 15:40:24 +0900</pubDate>
		</item>
		<item>
			<title>뭘로 어떻게 공격했길래?.. 대체 APT가 뭐야?(2)</title>
			<link>http://boanin.tistory.com/226</link>
			<description>안녕하세요 김태영입니다. 이번 포스트에서는 전 포스팅에 이어 APT의 공격의 방법과 형태에 대해서 알아보기 위해 필요한 지식들을 정리하여 보겠습니다. 네이트 해킹의 사례에서 보면, 각기 다른 형태의 악성코드들이 미리 네이트측 서버나 네트워크에 잠복해 있다가 일제히 활동을 개시하였습니다. 공격에 사용된 악성코드들은 백도어 확보용, 정보 수집용, 정보 전송용 악성코드들로 역할이 분담되어 있었던 것으로 보입니다. 각각의 악성코드들로 보면, 새로운 기술들은..&lt;div class="entry-ccl" style="clear: both; text-align: right; margin-bottom: 10px"&gt;
	&lt;img id="ccl-icon-226-0" class="entry-ccl-by" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png" alt="저작자 표시"/&gt;
	&lt;img id="ccl-icon-226-1" class="entry-ccl-nc" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png" alt="비영리"/&gt;
	&lt;img id="ccl-icon-226-2" class="entry-ccl-sa" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png" alt="동일 조건 변경 허락"/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
		&lt;Work rdf:about=""&gt;
			&lt;license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/kr/" /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about="http://creativecommons.org/licenses/by-nc-sa/"&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Reproduction"/&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Distribution"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Notice"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Attribution"/&gt;
			&lt;prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>보안이슈및동향</category>
			<author>리츄</author>
			<guid>http://boanin.tistory.com/226</guid>
			<comments>http://boanin.tistory.com/226#entry226comment</comments>
			<pubDate>Thu, 08 Sep 2011 14:18:03 +0900</pubDate>
		</item>
		<item>
			<title>DRDoS(Distributed Reflection DoS)</title>
			<link>http://boanin.tistory.com/225</link>
			<description>안녕하세요. 최만균 입니다. 오늘은 DRDoS에 대해 이야기해 보도록 하겠습니다. 1. 소개 DRDoS(Distributed Reflection DoS)는 분산 반사 서비스 거부 공격으로 알려져 있습니다. DDoS가 워낙 유명해서 책이나 인터넷에서 스치듯 봤었던 DRDoS 였습니다. 사실 며칠전 근무하면서 DRDoS 현상과 비슷한 일을 겪게 되면서 DRDoS에 대해 다시 한 번 제대로 알아보는 계기가 되었습니다. 다행히 서비스에 위협이 될 수준의 트..&lt;div class="entry-ccl" style="clear: both; text-align: right; margin-bottom: 10px"&gt;
	&lt;img id="ccl-icon-225-0" class="entry-ccl-by" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png" alt="저작자 표시"/&gt;
	&lt;img id="ccl-icon-225-1" class="entry-ccl-nc" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png" alt="비영리"/&gt;
	&lt;img id="ccl-icon-225-2" class="entry-ccl-nd" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png" alt="변경 금지"/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
		&lt;Work rdf:about=""&gt;
			&lt;license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/2.0/kr/" /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about="http://creativecommons.org/licenses/by-nc-nd/"&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Reproduction"/&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Distribution"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Notice"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Attribution"/&gt;
			&lt;prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>네트워크보안</category>
			<category>Distributed Reflection DoS</category>
			<category>drdos</category>
			<author>mkhouse</author>
			<guid>http://boanin.tistory.com/225</guid>
			<comments>http://boanin.tistory.com/225#entry225comment</comments>
			<pubDate>Wed, 24 Aug 2011 15:39:27 +0900</pubDate>
		</item>
		<item>
			<title>네이트 해킹, 어떻게.. 대체 APT가 뭐야? (1)</title>
			<link>http://boanin.tistory.com/219</link>
			<description>안녕하세요 김태영입니다. 이번 포스팅에서는 요즘 정보보호업계 최고의 화두가 되고 있는 네이트 개인정보 유출 사건에 이용되었다는 APT공격에 대해서 알아보겠습니다. 이전의 해킹의 행태는 개인용 PC에 대한 공격이 주로 이루어졌으며 제로데이(Zero Day; 알려진 취약점에 대해 아직 조치가 취해지지 않은 클라이언트를 노린 공격) , DoS(Denial of Service; 서비스 거부) 공격, 단일 바이러스, 백도어(Backdoor; 시스템에 불법 침..&lt;div class="entry-ccl" style="clear: both; text-align: right; margin-bottom: 10px"&gt;
	&lt;img id="ccl-icon-219-0" class="entry-ccl-by" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png" alt="저작자 표시"/&gt;
	&lt;img id="ccl-icon-219-1" class="entry-ccl-nc" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png" alt="비영리"/&gt;
	&lt;img id="ccl-icon-219-2" class="entry-ccl-sa" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png" alt="동일 조건 변경 허락"/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
		&lt;Work rdf:about=""&gt;
			&lt;license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/kr/" /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about="http://creativecommons.org/licenses/by-nc-sa/"&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Reproduction"/&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Distribution"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Notice"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Attribution"/&gt;
			&lt;prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>보안이슈및동향</category>
			<author>리츄</author>
			<guid>http://boanin.tistory.com/219</guid>
			<comments>http://boanin.tistory.com/219#entry219comment</comments>
			<pubDate>Tue, 23 Aug 2011 12:00:00 +0900</pubDate>
		</item>
		<item>
			<title>[Reversing]점프구문을 이용한 CrackMe 문제풀이</title>
			<link>http://boanin.tistory.com/224</link>
			<description>안녕하세요 호환입니다. 반년넘게 진행된 인턴프로그램을 수료한 후 쉬고 이것저것 준비하다 보니 보름이란 시간이 지났습니다.﻿ 인턴프로그램은 다행히 별다른 사고없이 잘 끝마쳤지만 이제 진짜 취업이 코앞으로 다가왔다는 사실에 많이 긴장이 됩니다. 차라리 바쁘면 괜찮아 질거란 생각에 이번주부터 진행되는 CEH 과정에 등록도 하였고 나름대로 시기가 되었다고 생각하는 SIS1급 시험도 준비해서 2회차에 필기를 보려고 합니다. 더불어 블로그도 최대한 매일 주제를..&lt;div class="entry-ccl" style="clear: both; text-align: right; margin-bottom: 10px"&gt;
	&lt;img id="ccl-icon-224-0" class="entry-ccl-by" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png" alt="저작자 표시"/&gt;
	&lt;img id="ccl-icon-224-1" class="entry-ccl-nc" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png" alt="비영리"/&gt;
	&lt;img id="ccl-icon-224-2" class="entry-ccl-sa" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png" alt="동일 조건 변경 허락"/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
		&lt;Work rdf:about=""&gt;
			&lt;license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/kr/" /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about="http://creativecommons.org/licenses/by-nc-sa/"&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Reproduction"/&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Distribution"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Notice"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Attribution"/&gt;
			&lt;prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>리버싱이야기</category>
			<category>IT</category>
			<category>Reverse Engineering</category>
			<category>Reversing</category>
			<category>리버스엔지니어링</category>
			<category>리버싱</category>
			<category>보안인닷컴</category>
			<author>호환</author>
			<guid>http://boanin.tistory.com/224</guid>
			<comments>http://boanin.tistory.com/224#entry224comment</comments>
			<pubDate>Mon, 15 Aug 2011 14:23:46 +0900</pubDate>
		</item>
		<item>
			<title>보안인이 되기까지 - 2</title>
			<link>http://boanin.tistory.com/223</link>
			<description>안녕하세요? 팀블로그 팀원 Imhacker입니다 ㅎㅎ 저번까지는 제 근황이였고 이 글은 제 계획이자 결심이 되겠네요 ^^;;;; 만인앞에 공개하는 계획이니 지킬수 밖에 없겠죠? 여러분들도 이런방법 한번 써보세요... 정말 큰 효과가 있는것 같습니다 ㅎㅎ 이제 학교는 마지막 학기를 앞두고 있고요... 졸업하면 대학원까지 진학 할 생각입니다.. 이왕 배우는거 쭉쭉 나가고 싶어서요.... 어쩌면 학력에 대한 컴플렉스가 있는지도 모르겠습니다. ㅎㅎ 하지만..</description>
			<category>보안인이야기</category>
			<author>imhacker</author>
			<guid>http://boanin.tistory.com/223</guid>
			<comments>http://boanin.tistory.com/223#entry223comment</comments>
			<pubDate>Mon, 15 Aug 2011 10:20:57 +0900</pubDate>
		</item>
		<item>
			<title>보안인 팀블로그를 시작하며.</title>
			<link>http://boanin.tistory.com/222</link>
			<description>안녕하세요. 이번에 보안인 팀블로그에 합류하게 된 최만균 입니다. 미약하나마 앞으로 제가 공부하고 알고 있는 보안 및 IT에 관한 이야기들과 기술들에 관해 포스팅을 하도록 하겠습니다. 1. 자기소개 간단한 자기소개를 하자면, 어렸을 때부터 컴퓨터 전문가를 꿈꾸며 자라왔고, 고등학교 때부터 C언어 등의 프로그래밍 언어를 공부했지만 취업을 국내 네트워크 장비 벤더사로 하게 되면서 개발자와 엔지니어의 갈림길에서 네트워크 엔지니어로 사회에 첫 발을 내딛게..&lt;div class="entry-ccl" style="clear: both; text-align: right; margin-bottom: 10px"&gt;
	&lt;img id="ccl-icon-222-0" class="entry-ccl-by" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png" alt="저작자 표시"/&gt;
	&lt;img id="ccl-icon-222-1" class="entry-ccl-nc" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png" alt="비영리"/&gt;
	&lt;img id="ccl-icon-222-2" class="entry-ccl-nd" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black03.png" alt="변경 금지"/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
		&lt;Work rdf:about=""&gt;
			&lt;license rdf:resource="http://creativecommons.org/licenses/by-nc-nd/2.0/kr/" /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about="http://creativecommons.org/licenses/by-nc-nd/"&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Reproduction"/&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Distribution"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Notice"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Attribution"/&gt;
			&lt;prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>보안인이야기</category>
			<author>mkhouse</author>
			<guid>http://boanin.tistory.com/222</guid>
			<comments>http://boanin.tistory.com/222#entry222comment</comments>
			<pubDate>Sat, 13 Aug 2011 08:28:46 +0900</pubDate>
		</item>
		<item>
			<title>[Reversing]올리디버거의 기본설정</title>
			<link>http://boanin.tistory.com/221</link>
			<description>리버싱(Reversing)을 하는데 있어서 꼭 필요한 툴이 바로 디버거란 도구 입니다. 프로그래밍을 하시는 분들은 디버거라는 용어를 한번쯤 들어보셨을 것입니다. 대부분의 사람들이 디버깅이라 하면 단순히 버그를 잡는 것으로 생각을 하시지만 저는 조금 다르게 생각합니다. 디버깅이란 디버거를 통하여 프로그램 전체의 구성과 동작하는 시퀀스를 추적하고 분석하는 행위라고 생각하는게 더 맞지 않나 하는 생각입니다. 그러한 과정에서 발생하는 오류를 찾아내어 수정하..&lt;div class="entry-ccl" style="clear: both; text-align: right; margin-bottom: 10px"&gt;
	&lt;img id="ccl-icon-221-0" class="entry-ccl-by" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black01.png" alt="저작자 표시"/&gt;
	&lt;img id="ccl-icon-221-1" class="entry-ccl-nc" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black02.png" alt="비영리"/&gt;
	&lt;img id="ccl-icon-221-2" class="entry-ccl-sa" src="http://i1.daumcdn.net/cfs.tistory/v/0/static/admin/editor/ccl_black04.png" alt="동일 조건 변경 허락"/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
		&lt;Work rdf:about=""&gt;
			&lt;license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/kr/" /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about="http://creativecommons.org/licenses/by-nc-sa/"&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Reproduction"/&gt;
			&lt;permits rdf:resource="http://web.resource.org/cc/Distribution"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Notice"/&gt;
			&lt;requires rdf:resource="http://web.resource.org/cc/Attribution"/&gt;
			&lt;prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>리버싱이야기</category>
			<category>IT</category>
			<category>보안인</category>
			<category>보안인닷컴</category>
			<category>호환</category>
			<author>호환</author>
			<guid>http://boanin.tistory.com/221</guid>
			<comments>http://boanin.tistory.com/221#entry221comment</comments>
			<pubDate>Wed, 10 Aug 2011 17:26:08 +0900</pubDate>
		</item>
	</channel>
</rss>

