Author | Message | Time |
---|---|---|
UserLoser. | Correct format: (DWORD) Server Key (DWORD[5]) XSHA-1 password hash (DWORD[8]) Salt (DWORD[8]) Password verifyer | January 23, 2004, 9:57 PM |
DarkMinion | What disassembler do you use? | January 31, 2004, 7:06 AM |
Adron | [quote author=DarkMinion link=board=17;threadid=4864;start=0#msg41954 date=1075532772] What disassembler do you use? [/quote] Looks like IDA? Does it add those comments like SID_AUTH_ACCOUNTUPGRADEPROOF automatically if you tell it that the function takes an enum as an argument? | January 31, 2004, 11:24 AM |
UserLoser. | [quote author=Adron link=board=17;threadid=4864;start=0#msg41969 date=1075548294] [quote author=DarkMinion link=board=17;threadid=4864;start=0#msg41954 date=1075532772] What disassembler do you use? [/quote] Looks like IDA? Does it add those comments like SID_AUTH_ACCOUNTUPGRADEPROOF automatically if you tell it that the function takes an enum as an argument? [/quote] DM: IDA Adron: No, I added those comments (packet names) next to almost every packet; so when opening IDA again, I can just do a search for SID_ to find my way around easier and quicker | January 31, 2004, 4:42 PM |
Adron | [quote author=UserLoser. link=board=17;threadid=4864;start=0#msg41978 date=1075567362] Adron: No, I added those comments (packet names) next to almost every packet; so when opening IDA again, I can just do a search for SID_ to find my way around easier and quicker [/quote] Hmmk. I wonder if it shouldn't be possible to have it insert those automagically. I'm thinking, setting a type on the argument to the function and having that type be an enum with those SID_ values... | January 31, 2004, 5:44 PM |