C 소스코드 분석기 추천 바랍니다..

behack의 이미지

C 소스를 분석해서 완벽히 이해를 해야 합니다...
종이에 찍을라니 1000장이 넘어 가네요...
좋은 분석툴 없을까요?
윈도우용 프로그램으로 추천 바랍니다.. 아직 리눅스를 설치하지 않아서요.. ^^;;

dotri의 이미지

가장 좋은 소스 분석기는 아무래도 노트와 펜인것 같습니다.
Source Scope 도 써보고 VIM 도 써보고 이것저것 써 보았지만
가령 함수를 하나 만나서 그 함수의 내용을 따라 들어간다고 했을때
들어가고 들어가다보면 결국 어느 부분을 보다가 여기까지 들어왔는지
잊게 되더군요. 아예 노트 하나 꺼내들고 메모장으로 main() 함수 첫줄부터
열어보면서 한줄 한줄 따라가는게 제일 좋더군요.

당연히, 제 주관적인 생각입니다.

final의 이미지

윈도우용으로는 Source Insight가 나름대로 분량이 큰 소스를 분석하기에는 좋죠. , 리눅스를 설치해서 쓰면 Vim도 무척 막강해서 소스 분석하는데 나쁘지는 안 더군요.

ihavnoid의 이미지

geekforum에 소스분석기법에 대해 다뤄놓은 글이 있습니다...

geekforum.kldp.org 에서 한번 찾아보세요.. ^^

저는 lxr (http://lxr.sourceforge.net/) 을 이용하기도 하고요...
gdb로 디버깅해보면서 한줄씩 따라가기도 하고요...

뭐 그렇습니다...

Consider the ravens: for they neither sow nor reap; which neither have storehouse nor barn; and God feedeth them: how much more are ye better than the fowls?
Luke 12:24

김충길의 이미지

dotri wrote:
가장 좋은 소스 분석기는 아무래도 노트와 펜인것 같습니다.
Source Scope 도 써보고 VIM 도 써보고 이것저것 써 보았지만
가령 함수를 하나 만나서 그 함수의 내용을 따라 들어간다고 했을때
들어가고 들어가다보면 결국 어느 부분을 보다가 여기까지 들어왔는지
잊게 되더군요. 아예 노트 하나 꺼내들고 메모장으로 main() 함수 첫줄부터
열어보면서 한줄 한줄 따라가는게 제일 좋더군요.

당연히, 제 주관적인 생각입니다.

vim에서 :tags 라고 하면 어디까지 들어와 있는지 간략하게 볼 수 있습니다.
vim과 ctags를 함께 쓰면 왠만한 코드 따라가는건 쉽게 할 수 있습니다.
'Ctrl+]', 'Ctlr+t', '[I]' 을 쓰면 결코 불편하지 않습니다.

요즘은 vim의 word completion을 배워서 쓰고 있는데 참 편합니다.
단어를 중간정도 치고 Ctrl+P 를 눌러보세요.

screen + vim + ctags 좋아요~

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.