Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about kdbg

Read more about kdbg

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - kdbg

KDBG ASM view array element address and value with relative address displacement

KDBG version: 3.0.1. I have a 10x10 matrix defined in C, such as: char myArray[10][10] = { ' ', 'x', ... }, used on ASM. In ASM I use the following line to compare the value of two chars: cmp BYTE[myA...
test-img

tec

arrays

assembly

x86-64

nasm

kdbg

Votes: 0

Answers: 1

Latest Answer

When an array is declared in C, the name of the array refers to the address of the whole array, which is the same value as the address of its first element. In the case of your example, char myArray[1...
test-img

Erik Eidt

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved