View Single Post
  #1  
Old 09-23-2014, 21:20
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
IDA struct alignment

Anybody having problems with struct alignment in 6.5 ?. Loading a .h header file seems to ignore the setting of Options/Compiler/Default Alignment. I have tried #pragma pack(8) in front of the struct and also surrounded the struct with
#pragma pack(push, 8)
...
#pragma pop

It seems stuck on default packing whatever I do.

Git
Reply With Quote