'잡동사니'에 해당되는 글 13144건
- 2023.04.19 샤우팅
- 2023.04.18 도그도그
- 2023.04.17 semgrep
- 2023.04.17 cppcheck 사용
- 2023.04.16 포켓몬 코리아 방문
- 2023.04.15 바빠!!
- 2023.04.13 대략 빡침
- 2023.04.12 스피커 줍줍
- 2023.04.11 줍줍
- 2023.04.10 win11 notepad 별루야!
c 외에 go 등을 정적분석해주는 툴을 찾아보는데 걸려 나온(?) 툴
python 패키지로 깔려서 apt로 지원하진 않는다.
$ pip3 install semgrep |
[링크 : https://freernd.tistory.com/entry/Semgrep-CLI-설치-실행-방법]
Initial release February 6, 2020; 3 years ago[1] Stable release 1.16.0 Edit this on Wikidata / March 31, 2023; 17 days ago [2] Repository github.com/returntocorp/semgrep Edit this at Wikidata Written in OCaml (core) and Python (CLI) |
[링크 : https://en.wikipedia.org/wiki/Semgrep#Services]
[링크 : https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis]
'프로그램 사용 > clang' 카테고리의 다른 글
cppcheck 사용 (0) | 2023.04.17 |
---|---|
clang 으로 컴파일 (0) | 2015.08.03 |
clang on ubnutu (0) | 2015.08.03 |
llvm / clang / cppcheck (0) | 2015.02.21 |
그냥 옵션주면 밋밋(?)한데
--enable=all 주면 조금 더 나오긴 한다.
$ cppcheck Cppcheck - A tool for static C/C++ code analysis Syntax: cppcheck [OPTIONS] [files or paths] If a directory is given instead of a filename, *.cpp, *.cxx, *.cc, *.c++, *.c, *.tpp, and *.txx files are checked recursively from the given directory. Options: /// 생략 /// Example usage: # Recursively check the current folder. Print the progress on the screen and # write errors to a file: cppcheck . 2> err.txt # Recursively check ../myproject/ and don't print progress: cppcheck --quiet ../myproject/ # Check test.cpp, enable all checks: cppcheck --enable=all --inconclusive --std=posix test.cpp # Check f.cpp and search include files from inc1/ and inc2/: cppcheck -I inc1/ -I inc2/ f.cpp For more information: http://cppcheck.net/manual.pdf |
[링크 : https://int-i.github.io/cpp/2023-01-07/cppcheck/]
여전히 좀 밋밋(?)한데 규칙을 지정해서 하는법 없나?
(information) Cppcheck cannot find all the include files (use --check-config for details) |
misra 룰을 빼낼 법을 찾아야...
[링크 : https://ppiazi.tistory.com/entry/MISRA-C2012-를-위한-CppCheck-사용]
'프로그램 사용 > clang' 카테고리의 다른 글
semgrep (0) | 2023.04.17 |
---|---|
clang 으로 컴파일 (0) | 2015.08.03 |
clang on ubnutu (0) | 2015.08.03 |
llvm / clang / cppcheck (0) | 2015.02.21 |
먼가 묵직하고
먼가 비싼느낌의 로고가 보여서 주워서 차 트렁크에 넣어놨다
오늘에서야 켜보는데
일단 지금까진.. 블루투스 무선은 안되는 것 같고(찾아봐야 함..)
3.5파이 잭으로 핸드폰과 연결은 문제 없다.
RCA도 케이블 있으면 해볼 거 같긴한데..
머이리 비싸?
[링크 : http://www.musicbox.co/shop/detail.asp?goods_idx=7253]
'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글
포켓몬 코리아 방문 (0) | 2023.04.16 |
---|---|
바빠!! (0) | 2023.04.15 |
줍줍 (0) | 2023.04.11 |
청소조금 (0) | 2023.04.08 |
수의사 처방제 확대시행 (0) | 2023.04.05 |
차라리 wordpad가 나은듯..
바코드 리더로 대문자 + 숫자를 입력 받는데
win11 메모장에서 대소문자 오락가락, 특수문자에 매번 자릿수가 달라진다.
'Microsoft > Windows' 카테고리의 다른 글
mstsc 제한된 계정 (0) | 2023.12.18 |
---|---|
nvidia 채굴 그래픽 카드 hybrid mode (0) | 2023.07.12 |
7세대는 윈도우 11이 안되는 군! (2) | 2023.03.04 |
윈도우 시리얼 날리기 (0) | 2023.02.24 |
WSL2에 USB 장치 연결하기 (0) | 2023.01.09 |