DD1C24 기계어 어셈어로 변환하기 및 opcode보는 방법

ignore444의 이미지

DD1C24 이 기계어가 어셈코드로는 FSTP QWORD PTR SS:[ESP] 이거 더군요
제가 Intel메뉴얼을 보고 저 기계어를 어셈코드로 수동 변환 할려고 했는데
잘 모르겠어요

1.DD
-DD /3 : FSTP m64fp , Copy ST(0) to m64fp and pop register stack
-Esacape to coprocessor instruction set
-/digit : A digit between 0 and 7 indicates that the ModR/M byte of the instruction uses only the r/m(register or memory) operand. The reg field contatins the digit that provides an extension to the instruction's opcode
-m64fp : double-precision floating point operand in memory

2.1C24
- ModR/M메뉴얼에서 찾아본 결과
[--][--] => (EBX or MM3 or XMM3) , ESP

제가 메뉴얼을 찾아서 본 내용은 이정도 인데요.
여기서 /digit이 정확히 무엇을 의미하는거죠 ?
ModR/M이 오직 r/m 오퍼랜드만 사용한다고 했는데 이게 정확히 뭔 의미죠.

그리고 여기서 1C24가 의미하는게 뭐죠.

결국, 질문은
FSTP QWORD PTR SS:[ESP]이게 뭐하는 명령어 인지 물어보는게 아니라,
DD1C24 이것만 보고 어떻게 FSTP QWORD PTR SS:[ESP]로 변환하는가 입니다.

- 이 질문을 몇일 전에 어셈러브에 올렸는데, 어셈러브 활동이 거의 정지된 듯 싶더군요.

Necromancer의 이미지

매뉴얼 볼 시간 없어서 대충 다는데, 인텔 기계어 코드 형식

(PREFIX) (OPCODE) (MODRM) (SIB) (ADDR/IMM)

아마 이 형식으로 갈겁니다.

PREFIX는 전치명령어들이고
제가 알고 있는 것은 rep?? 명령어나 세그먼트 오버라이드,
그외에 0x66, 0x67같은 Op-Size, Addr-Size 오버라이드도 있습니다. 여러개가 나와야 할
경우 나오는 순서도 있고요.

OPCODE가 실제 명령어고요.

MODRM은 오퍼랜드 크기와 타입을 지정하는 란입니다. 그리고 MODRM 특수조합의
경우 SIB가 따라와서 그곳에서 오퍼랜드 크기/타입 지정을 더 하게 되고요.

ADDR/IMM은 명령어가 필요로 하는 주소나 즉치데이터가

그리고 OPCODE를 제외한 나머지는 빠져도 됩니다.

---

일부 오퍼랜드를 한개만 요구하는 명령어의 경우
MODRM의 2/3/3 비트 중 가운데 3비트를 명령어 종류 지정하는데 사용합니다.
(원래는 레지스터 종류 지정하는 란인데 비어있으니까 더 쓰자는거죠)

DD /3 이라는 것은 opcode가 0xDD, /3은 MODRM의 2/3/3 비트 영역 중 가운데 3비트에
들어가는 값이 3이라는 뜻입니다.

Written By the Black Knight of Destruction

Written By the Black Knight of Destruction

댓글 달기

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