question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to set the decode base address

See original GitHub issue

the instruction returns different values at different base addresses, such as "jmp 0x77DAE9EC"

  • base: 0x77DAEA00 decode results:EB EA

  • base: 0x000C1000 decode results:E9 E7 D9 CE 77

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
markcharneycommented, Apr 18, 2020

I guess the next step would be allowing labels and trying to get the branch displacements right.

1reaction
markcharneycommented, Mar 17, 2020

xed_format_context() and xed_format_generic() allow users to pass a runtime address to use in generating the disassembly. See xed-decoded-inst-api.h. The latter function takes a structure defined in xed-print-info.h.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to base64 encode and decode from command-line
In this tutorial, you will learn how to base64 encode and decode from the command-line on Linux. You will also learn what base64...
Read more >
How To Encode and Decode Strings with Base64 in JavaScript
In JavaScript, it is possible to use Base64 to encode and decode strings. ... to a string with a reduced character set that...
Read more >
How to Decode Base64 to Original Values | React Tutorial
You will learn how to decode Base64 to the original string in this tutorial. This application is written in ReactJS. Enjoy, guys!
Read more >
How do I encode and decode a base64 string? - Stack Overflow
Encode. public static string Base64Encode(string plainText) { var plainTextBytes = System.Text.Encoding.UTF8.GetBytes(plainText); return System.Convert.
Read more >
Base64 Encode and Decode - Online
Encode to Base64 format or decode from it with various advanced options. Our site has an easy to use online tool to convert...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found