Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6933857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:53:10+00:00 2026-05-27T11:53:10+00:00

I have built in IDE x86 debbuger which disassemble this: First case: 65 48

  • 0

I have built in IDE x86 debbuger which disassemble this:

First case:

65 48 8B 05 30 00 00 00
mov rax,gs:[rel $00000030]

Second case:

65 48 8B 04 25 30 00 00 00
mov rax,gs:[+$0030]

What is the difference?

I suspect that something is wrong with disassembling but can’t translate upper opcodes.

What I know is:

  • 65 is gs prefix
  • 48 is REX.W prefix
  • 8B is mov …
  • …???
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T11:53:11+00:00Added an answer on May 27, 2026 at 11:53 am

    The first one is RIP relative, while the second one is and absolute address.

    For a translation of the opcodes, see http://www.sandpile.org .
    As Polynomial noted, http://ref.x86asm.net is even better but does currently not have support for AVX or XOP.

    • 8B – opcode – is given as mov Gv, Ev, where Gv indicates a register target, where Ev is a r/m destination.
    • 05 – mod r/m – indicate rax as target, with rip relative as effective address
    • 30 00 00 00 the offset to rip

    The second one:

    • 8B – opcode – is given as mov Gv, Ev, where Gv indicates a register target, where Ev is a r/m destination.
    • 04 – mod r/m – indicate rax as target, with sib as effective address
    • 25 – sib – address is in format [basereg + indexreg*stride + offset], in this case both base and index are 0.
    • 30 00 00 00 the offset.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've built a Java application which executes correctly from my IDE (Netbeans). I have
I have built a web page which contains a Crystal Report built using the
I have a server process built in Delphi/C++Builder with RemObjects SDK which claims to
I have built an MSI that I would like to deploy, and update frequently.
I have built a simple C#.Net app on a M/C with only .Net FX
I have built an application in C# that I would like to be optimized
I have built a number of asp.net servercontrols into a class library, & I
I have built a .dll under WinXP that claims it can't find DWMAPI.DLL when
I have built a CFC designed to serve as a dynamic, aging cache intended
I have built a MS Access 2007 application that can create reports files in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.