![]() |
eXeL@B —› Оффтоп —› 4514N engine |
Посл.ответ | Сообщение |
|
Создано: 07 июня 2008 01:13 · Личное сообщение · #1 Introduction (words from the author) I'm currently working on my masterpiece project (school project), a first gui oriented and the most advanced integrating-metamorphic engine so far. Integration engine allows user to integrate any code to any PE binary file (x86 processors), including device drivers etc. etc. 4514N engine can rebuild all the PE structure, internal offsets (jumps,refferences), any type of PE sections relocs, imports, exports, resources...), moreover it even can keep the align of variables. Integration means that firstly target file is disassembled to pieces (it creates a chain which connects the body of target file), then we move that chain, we do everything we want (i call this step InverseKinematics, just because i'm an 3d graphics hobbyst) and then we compile the chain again. Such horrible modified application runs perfectly, moreover it is almost impossible to disinfect the modified target. So tell me, do you want to compile a rootkit inside of yours ndis.sys? ![]() I don't want to speak much about the metamorphic engine since it is not 100% ready yet. But the main thing you should know it is mostly based on the emulation process (and as far as i know it is the first metamorphic engine which does so), and many of the muation states are based on the Automaton Theory (which inspired me a lot). Lets consider the rest of the features as an future surprise ![]() So far project includes: + own x86 disassembler + own x86 assembler + own x86 emulator + convertor from IDA disassembly to internal 4514N databases. + some cool gui, written by hand ![]() www.piotrbania.com/all/4514N/ жду не дождусь когда такое выйдет. Кто что думает по этому поводу ? ----- RE In Progress [!] Coding Hazard [!] Stay Clear of this Cube ![]() |
![]() |
eXeL@B —› Оффтоп —› 4514N engine |