네○파라 vol.0 암호화 루틴
""" Python 2.7 pseudo-code Present by FORE """ class neko(Structure): _fields_ = [ ('Signature',c_uint), # "neko" ('ullStructSize',c_ulonglong), ('dwAdlr32',c_uint), ('wFileName',c_ushort), ('FileName',c_wchar_p) ]
def get_key(adlr):
def decode(buf,adlr):
|
이전이랑 달라진게 몇개 있다면
1. Signature 이 바뀜.
2. 첫 바이트를 두 번 XOR 암호화시킴.
정도인 덧 . . . . . . ?