2023-04-03 19:08:28 +02:00
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<!-- for guide purposes all caching is removed and is separately built. -->
< html lang = "en" class = "no-js" >
< head >
< meta charset = "utf-8" >
<!-- begin _includes/seo.html --> < title > 3DS 해킹 가이드 - 3DS Hacks Guide< / title >
< meta name = "description" content = "3DS와 2DS를 위한 커스텀 펌웨어 완벽 가이드, 순정에서 boot9strap까지." >
< meta name = "author" content = "Nintendo Homebrew" >
< meta property = "og:type" content = "website" >
< meta property = "og:locale" content = "en_US" >
< meta property = "og:site_name" content = "3DS Hacks Guide" >
< meta property = "og:title" content = "3DS 해킹 가이드" >
< meta property = "og:url" content = "https://3ds.hacks.guide/ko_KR/" >
< meta property = "og:description" content = "3DS와 2DS를 위한 커스텀 펌웨어 완벽 가이드, 순정에서 boot9strap까지." >
< meta property = "og:image" content = "https://3ds.hacks.guide/images/home-page-feature.jpg" >
< link rel = "canonical" href = "https://3ds.hacks.guide/ko_KR/" >
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Nintendo Homebrew",
"url": "https://3ds.hacks.guide/"
}
< / script >
< meta name = "google-site-verification" content = "jVXoPK_-qzKJp4SScnZYpOIX3yDXfGnAoTBJYixUOwg" / >
< meta name = "msvalidate.01" content = "F3532011519E308583A0A2CAF2DD69E8" >
<!-- end _includes/seo.html -->
< link href = "/feed.xml" type = "application/atom+xml" rel = "alternate" title = "3DS Hacks Guide Feed" >
<!-- https://t.co/dKP3o1e -->
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< script >
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
< / script >
<!-- For all browsers -->
< link rel = "stylesheet" href = "/assets/css/main.css" >
< link rel = "preload" href = "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as = "style" onload = "this.onload=null;this.rel='stylesheet'" >
< noscript > < link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" > < / noscript >
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
< link rel = "apple-touch-icon" sizes = "180x180" href = "/images/apple-touch-icon.png?v=PYEmwKvQAx" >
< link rel = "icon" type = "image/png" href = "/images/favicon-32x32.png?v=PYEmwKvQAx" sizes = "32x32" >
< link rel = "icon" type = "image/png" href = "/images/favicon-194x194.png?v=PYEmwKvQAx" sizes = "194x194" >
< link rel = "icon" type = "image/png" href = "/images/android-chrome-192x192.png?v=PYEmwKvQAx" sizes = "192x192" >
< link rel = "icon" type = "image/png" href = "/images/favicon-16x16.png?v=PYEmwKvQAx" sizes = "16x16" >
< link rel = "manifest" href = "/images/manifest.json?v=PYEmwKvQAx" >
< link rel = "mask-icon" href = "/images/safari-pinned-tab.svg?v=PYEmwKvQAx" color = "#2E3440" >
< link rel = "shortcut icon" href = "/images/favicon.ico?v=PYEmwKvQAx" >
< meta name = "apple-mobile-web-app-title" content = "Guide" >
< meta name = "application-name" content = "Guide" >
< meta name = "msapplication-TileColor" content = "#2E3440" >
< meta name = "msapplication-TileImage" content = "/images/mstile-144x144.png?v=PYEmwKvQAx" >
< meta name = "msapplication-config" content = "/images/browserconfig.xml?v=PYEmwKvQAx" >
< meta name = "theme-color" content = "#2E3440" >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" integrity = "sha512-LQ97camar/lOliT/MqjcQs5kWgy6Qz/cCRzzRzUCfv0fotsCTC9ZHXaPQmJV8Xu/PVALfJZ7BDezl5lW3/qBxg==" crossorigin = "anonymous" referrerpolicy = "no-referrer" / >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js" integrity = "sha512-yXXqOFjdjHNH1GND+1EO0jbvvebABpzGKD66djnUfiKlYME5HGMUJHoCaeE4D5PTG2YsSJf6dwqyUUvQvS0vaA==" crossorigin = "anonymous" referrerpolicy = "no-referrer" > < / script >
< script >
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#2e3440"
},
"button": {
"background": "#60818f"
}
},
"theme": "edgeless",
"position": "top",
"static": true,
"content": {
"message": "이 사이트는 현재 진행상황을 표시하고 사용자 경험을 향상시키기 위해 쿠키를 사용합니다."
}
})});
< / script >
<!-- end custom head snippets -->
< / head >
< body class = "layout--splash" >
< nav class = "skip-links" >
< ul >
< li > < a href = "#site-nav" class = "screen-reader-shortcut" > Skip to primary navigation< / a > < / li >
< li > < a href = "#main" class = "screen-reader-shortcut" > Skip to content< / a > < / li >
< li > < a href = "#footer" class = "screen-reader-shortcut" > Skip to footer< / a > < / li >
< / ul >
< / nav >
<!-- [if lt IE 9]>
< div class = "notice--danger align-center" style = "margin: 0;" > You are using an < strong > outdated< / strong > browser. Please < a href = "https://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / div >
<![endif]-->
< div class = "masthead" >
< div class = "masthead__inner-wrap" >
< div class = "masthead__menu" >
< nav id = "site-nav" class = "greedy-nav" >
<!-- <a class="site - title" href="/">
3DS Hacks Guide
< / a >
-->
< ul class = "visible-links" >
<!-- modified to use multilang, guide - specific -->
< li class = "masthead__menu-item masthead__menu-item--lg" > < a href = "/ko_KR/" > 홈< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/ko_KR/faq" > 자주 묻는 질문< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/ko_KR/troubleshooting" > 문제 해결< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/ko_KR/checking-for-cfw" > CFW 확인< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/ko_KR/godmode9-usage" > GodMode9 사용법< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/ko_KR/contribute" > 기여하기< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/ko_KR/region-changing" > 지역 변경< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/ko_KR/uninstall-cfw" > CFW 제거하기< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/ko_KR/credits" > 기여자< / a > < / li >
< li class = "masthead__menu-item" > < a href = "/ko_KR/site-navigation" > 사이트 탐색< / a > < / li >
<!-- end guide specific -->
< / ul >
<!-- completely redo hidden links for multilang, guide - specific -->
< ul class = "hidden-links links-menu hidden" > < / ul >
< ul class = "hidden-links lang-menu hidden" >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/" > English< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/es_ES/" > Español< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/de_DE/" > Deutsch< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/fr_FR/" > Français< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/it_IT/" > Italiano< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/nl_NL/" > Nederlands< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/pt_BR/" > Português do Brasil< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/pt_PT/">Português (Portugal)</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ru_RU/">Русский</a></li> -->
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/zh_CN/" > 简体中文< / a > < / li >
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/zh_TW/" > 繁體中文< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/pl_PL/">Polski</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/tr_TR/">Türkçe</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/vi_VN/">Tiếng Việt</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ca_ES/">Català</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/el_GR/">Ελληνικά</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/he_IL/">עברית</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/sv_SE/">Svenska</a></li> -->
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/ko_KR/" > 한국어< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/no_NO/">Norsk</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ja_JP/">日本語</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ar_SA/">اللغة العربية</a></li> -->
< li class = "masthead__menu-item" > < a href = "https://3ds.hacks.guide/hu_HU/" > Magyar< / a > < / li >
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ro_RO/">Română</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/sr_SP/">Српски</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/af_ZA/">Afrikaans</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/ms_MY/">Bahasa Melayu</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/fi_FI/">Suomi</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/da_DK/">Dansk</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/uk_UA/">Українська</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/cs_CZ/">Čeština</a></li> -->
<!-- <li class="masthead__menu - item"><a href="https://3ds.hacks.guide/en_PT/">Pirate English</a></li> -->
< / ul >
< button class = "greedy-nav__toggle hidden" type = "button" >
< span class = "visually-hidden" > Toggle Menu< / span >
< div class = "navicon" > < / div >
< / button >
< button class = "greedy-nav__toggle_lang" > < div class = "langicon" > < i class = "fa fa-language fa-lg" aria-hidden = "true" > < / i > < / div > < / button >
< / nav >
< / div >
< / div >
< / div >
< div class = "initial-content" >
< div class = "page__hero--overlay"
style="background-color: #5e616c; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/home-page-feature.jpg');"
>
< div class = "wrapper" >
< h1 id = "page-title" class = "page__title" itemprop = "headline" >
3DS 해킹 가이드
< / h1 >
< p class = "page__lead" > 3DS와 2DS를 위한 커스텀 펌웨어 완벽 가이드, < br / > 순정에서 boot9strap까지.< br / >
< / p >
< p > < a href = "/key-information" class = "btn btn--light-outline btn--large" > 시작하기< / a > < / p >
< / div >
< / div >
< div id = "main" role = "main" >
< article class = "splash" itemscope itemtype = "https://schema.org/CreativeWork" >
< meta itemprop = "headline" content = "3DS 해킹 가이드" >
< meta itemprop = "description" content = "3DS와 2DS를 위한 커스텀 펌웨어 완벽 가이드, 순정에서 boot9strap까지." >
< section class = "page__content" itemprop = "text" >
< hr >
< div class = "notice" > < b > 영어로 지원을 요청하고 싶으시면 < a href = "https://discord.gg/MWxPgEp" > Nintendo Homebrew Discord 서버< / a > 에 도움을 요청해 주세요.< / b > < / div >
< div class = "notice" > < b > 이 가이드가 도움이 되었다면, < a href = "contribute#donations" > 기부해 주시면< / a > 감사하겠습니다.< / b > < / div >
< hr >
< p class = "notice--info" > 진행하기 전에 모든 소개 페이지(이 페이지 포함) 를 철저히 읽어 주세요.< / p >
< h2 id = "커스텀-펌웨어란-무엇입니까" > 커스텀 펌웨어란 무엇입니까?< / h2 >
< p > < strong > 커스텀 펌워어< / strong > (“CFW”)란, 3DS의 소프트웨어 개조이며, 컴퓨터의 “관리자 권한”과 비슷한 것입니다. 할 수 있는 걸 닌텐도에서 제한하는 것을 해제하고, 3DS가 하드웨어적으로 가능한 모든 것을 할 수 있게 합니다.< / p >
< p > 커스텀 펌웨어의 대표적인 사용은 이하와 같습니다.< / p >
< ul >
< li > 닌텐도 3DS를 위한, 또는 3DS용으로 포트된 홈브류 소프트웨어와 게임 실행< / li >
< li > 타 국가의 게임을 플레이할 수 있도록 하는, 지역 코드 해제< / li >
< li > 타 사용자들이 만든 < a href = "https://themeplaza.art" > 테마와 배지< / a > 를 사용한 HOME 메뉴 꾸미기< / li >
< li > < a href = "https://github.com/knight-ryu12/godmode9-layeredfs-usage/wiki/Using-Luma3DS'-layeredfs-(Only-version-8.0-and-higher)" > LayeredFS< / a > 를 이용한 게임 개조 (“ROM 핵”)< / li >
< li > 세이브 데이터 편집, 백업 및 복구< / li >
< li > 옛날 콘솔의 에뮬레이션 및 DS / GBA 게임의 플레이< / li >
< li > 카트리지판 게임의 디지털 설치< / li >
< / ul >
< h2 id = "이-가이드는-무엇을-설치하는-가이드입니까" > 이 가이드는 무엇을 설치하는 가이드입니까?< / h2 >
< p > 이 가이드는:< / p >
< ul >
< li > 순정 3DS/2DS 기기에 < strong > boot9strap< / strong > 및 < strong > Luma3DS 커스텀 펌웨어< / strong > 를 설치합니다
< ul >
< li > Luma3DS를 사용해서 지역 코드를 자동으로 없에고, 커스텀 소프트웨어를 실행할 수 있도록 해 줍니다< / li >
< / ul >
< / li >
< li > 패키지 인스톨러, 세이브 파일 매니저, 홈브류 앱 스토어 등 여러 홈브류 소프트웨어를 설치합니다< / li >
< li > 벽돌 방지를 도울 수 있도록, 중요한 시스템 파일의 백업을 생성 (필요할 시에는 복원)합니다< / li >
< / ul >
< hr / >
< h3 class = "notice--primary" id = "주요-내용으로-계속합니다" > < a href = "key-information" > 주요 내용< / a > 으로 계속합니다< / h3 >
< / section >
< / article >
< / div >
< / div >
< div id = "footer" class = "page__footer" >
< footer >
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
< div class = "page__footer-follow" >
< ul class = "social-icons" >
< li > < strong > Follow:< / strong > < / li >
< li > < a href = "https://github.com/hacks-guide/Guide_3DS" rel = "nofollow noopener noreferrer" > < i class = "fab fa-fw fa-github" aria-hidden = "true" > < / i > GitHub< / a > < / li >
<!--
< li > < a href = "/feed.xml" > < i class = "fas fa-fw fa-rss-square" aria-hidden = "true" > < / i > Feed< / a > < / li >
< / ul >
-->
< / div >
<!-- custom footer, guide specific -->
< div class = "page__footer-copyright" > © 2023 Nintendo Homebrew. - < a href = "site-navigation" > 사이트 탐색< / a > - < a href = "privacy-policy" > 개인정보 보호 정책< / a > <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal - mistakes - jekyll - theme/" rel="nofollow">Minimal Mistakes</a>. --> < / div >
< / footer >
< / div >
< script src = "/assets/js/main.min.js" > < / script >
<!-- for guide purposes all caching is removed and is separately built. -->
2023-04-15 07:28:49 +02:00
< script >
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-86465881-1','auto');
ga('set', 'anonymizeIp', false);
ga('send','pageview')
< / script >
< script src = "https://www.google-analytics.com/analytics.js" async > < / script >
2023-04-03 19:08:28 +02:00
< / body >
< / html >