fromelf를 이용하여 elf 파일에서 데이터를 추출하는 것처럼요.

parrier의 이미지

ELF에 대한 것을 분석을 하고 싶어도 어떻게 시작해야 할지가 깜깜하네요.

arm에서 지원하는 유틸 중에 fromelf라는 것이 있습니다.

prom# fromelf -fieldoffsets A.elf

라고 실행을 하면 A.elf 안의 모든 오브젝트에 포함된 Data Structure 정보와, 데이터 타입을 다음처럼

보여주게 됩니다.

--------------------------------------------------------------

; Structure, gsdi_write_cnf_T , Size 0x20 bytes, from ..\..\..\..\SMP6245\services\mmgsdi\gsdi_exp.h
|gsdi_write_cnf_T.message_header| EQU 0 ; gsdi_rsphdr_T
|gsdi_write_cnf_T.message_header.message_set| EQU 0 ; byte
|gsdi_write_cnf_T.message_header.message_id| EQU 0x1 ; byte
|gsdi_write_cnf_T.message_header.message_len_lsb| EQU 0x2 ; byte
|gsdi_write_cnf_T.message_header.message_len_msb| EQU 0x3 ; byte
|gsdi_write_cnf_T.message_header.tcb_ptr| EQU 0x4 ; pointer to rex_tcb_type
|gsdi_write_cnf_T.message_header.wait_sig| EQU 0x8 ; rex_sigs_type
|gsdi_write_cnf_T.message_header.crit_sec| EQU 0xc ; pointer to rex_crit_sect_type
|gsdi_write_cnf_T.message_header.gsdi_status| EQU 0x10 ; gsdi_returns_T
|gsdi_write_cnf_T.message_header.client_ref| EQU 0x14 ; uint32
|gsdi_write_cnf_T.message_header.resp_type| EQU 0x18 ; gsdi_resp_type
|gsdi_write_cnf_T.message_header.slot| EQU 0x19 ; gsdi_slot_id_type
; Padding 0x2 bytes
|gsdi_write_cnf_T.sim_filename| EQU 0x1c ; word
|gsdi_write_cnf_T.rec_num_accessed| EQU 0x1e ; byte
; End of Structure gsdi_write_cnf_T

--------------------------------------------------------------

그런데 직접 Offset을 계산해서 그런지 좀 느리네요. 저는 제가 필요로 하는 부분만 찾아서 그

데이터 스트럭처의 일부만 뽑아내려고 합니다.

-select 옵션을 쓸 수는 있지만 전체 계산을 하는 것은 마찬가지인 것 같네요.

이것을 해 줄수 있는 유틸의 소스나 혹은 어떻게 접근하면 제가 이것을 프로그래밍할 수 있을지

좀 알려주셔요 T.T ... 흑...

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.