Announcement

All important changes of my site and my blog will be announced here.

Computer security

This is my hobby. I spend my freetime for it. I am not professional in this area. But I like it very much.

Everything Else

Which doesn’t belong to other categories will land here. It maybe about my daily life, entertainment, music, game … or something like that

Programming

This is my job. That means everyday I must sit before the monitor. Tip something, be annoyed by bugs,… but I simply like it.

Tutorial

When I found something interesting, I would like to share it to everyone. That is the reason for this category comes.

Home » Archive by Tags

Articles tagged with: .net reactor

DeReactor – Tool to deobfuscate .Net Reactor assembly
Thursday, 27 Aug, 2009 – 0:00 | 8 Comments

Yesterday, I visited forum of RETEAM and found a thread asking which obfuscator is applied on the target. So curious, I downloaded the target and try to identify with my tool .Net Id and he could not identify which packer was used. The packer used for the target is .Net Reactor. My tool does not work because  of my programming fault. I fixed it and it works again. I already added a new signature for …

Unpack .Net Reactor 3.9.8.0
Monday, 13 Apr, 2009 – 1:43 | 3 Comments

Yesterday I made an article about unpacking .Net Reactor 3.9.8.0. You can can find it in my portal at post How to unpack .Net Reactor. In this article I introduce new way to unpack .Net Reactor. It is not the same as the ways which are used around the world now. I think it’ll help the others to find the other methods to unpack .Net assembly.
During writing this article and export it to PDF I …