jstrings
A tool for finding JIS-based Japanese characters in binary data
파일 탐색기
- all_0.html
- all_0.js
- all_1.html
- all_1.js
- all_2.html
- all_2.js
- all_3.html
- all_3.js
- all_4.html
- all_4.js
- all_5.html
- all_5.js
- all_6.html
- all_6.js
- all_7.html
- all_7.js
- all_8.html
- all_8.js
- classes_0.html
- classes_0.js
- classes_1.html
- classes_1.js
- classes_2.html
- classes_2.js
- close.png
- functions_0.html
- functions_0.js
- functions_1.html
- functions_1.js
- functions_2.html
- functions_2.js
- functions_3.html
- functions_3.js
- mag_sel.png
- nomatches.html
- pages_0.html
- pages_0.js
- search.css
- search.js
- search_l.png
- search_m.png
- search_r.png
- searchdata.js
- variables_0.html
- variables_0.js
- variables_1.html
- variables_1.js
- variables_2.html
- variables_2.js
- variables_3.html
- variables_3.js
- variables_4.html
- variables_4.js
- annotated.html
- bc_s.png
- bdwn.png
- classes.html
- classjis__enc-members.html
- classjis__enc.html
- classjis__enc.png
- classshift__jis-members.html
- classshift__jis.html
- classshift__jis.png
- closed.png
- dir_68267d1309a1af8e8297ef4c3efbcdba.html
- dir_d44c64559bbebec7f509842c48db8b23.html
- doc.png
- doxygen.css
- doxygen.png
- dynsections.js
- files.html
- folderclosed.png
- folderopen.png
- functions.html
- functions_func.html
- functions_vars.html
- hierarchy.html
- index.html
- jis__enc_8h_source.html
- jquery.js
- main_8h_source.html
- menu.js
- menudata.js
- nav_f.png
- nav_g.png
- nav_h.png
- open.png
- shift__jis_8h_source.html
- splitbar.png
- structfound__string-members.html
- structfound__string.html
- sync_off.png
- sync_on.png
- tab_a.png
- tab_b.png
- tab_h.png
- tab_s.png
- tabs.css
- enc_cp932.hpp
- enc_eucjp.hpp
- enc_shiftjis.hpp
- enc_validator.hpp
- filesys.hpp
- fstreams.hpp
- iconv_encoding.hpp
- jis_validator.hpp
- jstrings.hpp
- types.hpp
- uniconv.hpp
- usage.hpp
- app.hpp
- app.hpp.cfg
- enc_cp932.cpp
- enc_eucjp.cpp
- enc_shiftjis.cpp
- jstrings.cpp
- main.cpp
- usage.cpp
- .clang-format
- .clangd
- .editorconfig
- .gitignore
- CMakeLists.txt
- Doxyfile
- LICENSE
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cmake
설명 보기 ▼
cmake
네이티브 빌드 시스템을 위한 빌드 설정 파일을 생성하는, 크로스 플랫폼 빌드 자동화 도구.
더 많은 정보: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>.
cmake {{path/to/project_directory}}
프로젝트 디렉터리의 `CMakeLists.txt`를 사용해 현재 디렉터리에 빌드 설정을 생성:
cmake --build {{path/to/build_directory}}
지정한 디렉터리의 빌드 설정을 사용해 빌드 산출물을 생성:
cmake --install {{path/to/build_directory}} --strip
빌드 산출물을 `/usr/local/`에 설치하고 디버그 심볼을 제거:
// repository documentation
Was this content helpful?
(0 ratings)
