Questions tagged [packed]

78 questions
-2
votes
1 answer

C#: Looping through member objects of nested structs

Hi all you c# wizards! I need to store all the memory offset values of (packed) nested structs within these respective structs. Recusively looping through all the members works fine so far. Also, i get the appropriate memory offset values. This…
-3
votes
1 answer

Why would this struct not pack?

Perhaps I am misunderstanding something regarding the nature of the "packed" attribute, but it is my understanding that the below struct should pack to 16 bytes, rather than the normally padded 24 bytes. I can verify that the packed attribute is…
-3
votes
1 answer

Please help me here to Deobfuscating Javascript

Possible Duplicate: Deobfuscating Javascript Can someone help me to deobfuscating this? I tried many way but there is no hope.