adplus-dvertising
frame-decoration

Question

What kind of data structures can you expect to see mostly when reversing with most compilers?

a.

16-bit-aligned data structures

b.

64-bit-aligned data structures

c.

32-bit-aligned data structures

d.

Data structures with no alignment

Posted under Reverse Engineering

Answer: (c).32-bit-aligned data structures Explanation:With most compilers, you can expect to see mostly 32-bit-aligned data structures when reversing.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What kind of data structures can you expect to see mostly when reversing with most compilers?