News

Welcome to Bl@ckStorm Reverse Engineering team Portal

Welcome to the home of Reverse Engineering all tools and tutorials you need are in your hand now just go to downloads page to get the tutorials and tools you need.
We just hope that you enjoy your time here.



| posted by admin in on Saturday 13 December 2008 - 01:25:36 email to someone printer friendly


dotNET MSIL Dumper 0.4 released

The idea of this tool is to achieve two objects:

1 - It will dump the body of every Method (Function, Procedure) called by the executable assembly you select, The dumping occurs whenever compiler enters that method, for example if you Click some button and this button calls method "CheckLicense" then you will find a file named "CheckLicense.txt" in the "\Dump" folder.

2 - It will show you in details the methods being called and also the modules that your application loads so it could be used as a simple tracing utility for .net assemblies.

I wrote this tool to help me rebuild assemblies protected with JIT hooking technique, those assemblies can't be explored in Reflector because their methods' body is encrypted and only decrypted in runtime when the method is called so you will see no code in reflector, I assumed that I will have access to the encrypted MSIL code of the methods using Profiling APIs, there was a 50% chance of success but it turned out to be only useful against certain protections like the one that LibX coded which depends on System.Reflection.Emit.DynamicMethod to excute protected methods.

you can find more on LibX protection here
hxxp://www.reteam.org/board/showthread.php?t=799

----------------------------------------------
What's NEW ?

1- fixed a major bug that could cause an overflow while dealing with huge functions
2- The "Log loading modules" has been fixed and can be disabled now to increase speed.

----------------------------------------------
To do :

In next release I will add the ability to dump native compiled code of MSIL functions on the fly. I hope it's worth the effort

----------------------------------------------

You can get this tool from our portal : http://portal.b-at-s.info/download.php

[Submitted by admin]
Comments: 0 | posted by admin in on Sunday 28 December 2008 - 21:48:38 email to someone printer friendly


Dotnet Tracer 0.4

This is an update to this useful tool :

1 - Minor bugs fixed.
2 - "Reset" function added to reset the tracer if the process exits upnormally.
3 - Custom font can be selected for listview to handle unicode characters in obfuscated assemblies.
4 - Drag and drop assembly file for lazy people.

All comments are welcome.

Comments: 0 | posted by admin in on Wednesday 24 December 2008 - 13:43:54 email to someone printer friendly


 
Powered by Farrell