Welcome
Chatbox
You must be logged in to post comments on this site - please either log in or if you are not registered click here to signup
Kurapica20 Feb : 17:09
you are welcome

LCfer20 Feb : 17:04
Thanks a lot for dotNet Tracer v0.8 Kurapica ^^
testic16 Feb : 21:32
anyone already take a look to new reflector 6 and add-on for visual studio (new smartasm)
LCfer10 Feb : 00:04
Thanks a lot Kurapica!

Kurapica09 Feb : 19:29
I will add the arguments feature in the next version.
ZeNiX09 Feb : 15:11
Good Morning!
LCfer08 Feb : 14:38
Thanks, I tried that, but "Select an executable assembly file first !!" message come out. No luck

Kurapica07 Feb : 19:18
I think it's possible, after you select the file, make sure to add the parameters manually.
LCfer07 Feb : 13:46
I mean, it's possible to execute exe with parameter? Ex: abc.exe /launch
Kurapica06 Feb : 21:44
Unfortunately you can't see parameters in the tracer's log, all you can see is the Method's full name.
View all posts (94)
| 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. If you find a broken link or facing any kind of problem don't hesitate to contact with us we will solve it ASAP. Go to the following link to tell us about any problem you had faced: http://board.b-at-s.info/index.php?showforum=10 |
| Now you can add comments to events like in Olly. [Submitted by Kurapica] |
| Just a small update to support launching a process with arguments. [Submitted by Kurapica] |
| whoknows : Finally play XM files, just with 28.5kb NET DLL file full credits fly to : UFO-Pu55y I just make the wrapper (check .vbproj for more) [Submitted by Kurapica] |
| The purpose of this utility is to make something like dUP for NET assemblies. also patches the target and resign it to user machine. Also you can save and load Projects. ![]() [Submitted by Kurapica] |
| What's NEW +cecil remove strong name +cecil resign assembly + NULL references +cecil resign assembly + PATCH references PublicKeyToken with the same SNK PublicKeyToken (used for resign assembly) +LibX method added! -- the only working for mixed assembly +Vacinnation form added! *minor fixes ![]() [Submitted by Kurapica] |
| A patched version of this useful plugin to enable case insensitive search in Reflector. ![]() [Submitted by Kurapica] |
| AdmiralDebilitate is a tool for removing .NET strong name signing, particularly suited for large projects consisting of multiple nested dependencies. The interface is fairly simple: open up all relevant executables simultaneously (or all PEs if late-binding is in use) and ‘mark’ those that are to be modified. AdmiralDebilitate will determine the minimal area of the dependency tree that requires fixing and execute things appropriately. Any mismatching references will be listed in the ‘Problem Areas’ pane. Please report any bugs, after reading the following list of notes and caveats: * All dependencies on mscorlib and System.* are ignored. I don’t see why this should be a problem, but bear it in mind if something isn’t working. * Only exe and dll files are supported. * The tool searches only the current folder for DLLs referenced by the seeding assemblies. If the system is relying on environment variables being set or suchlike, then AdmiralDebilitate will probably fail to load all the assemblies. A workaround is to temporarily place all the files in the same directory. Thanks go out to Dan Pistelli, without whose .NET specification this wouldn’t have happened. ![]() [Submitted by Kurapica] |
| A new version of this useful tool was released. ![]() [Submitted by Kurapica] |
| A tool used to fix a nasty anti-decompiler trick, the trick is based on using invalid opcodes to make the decompilation process impossible with tools like Reflector. so you can use this tool to kill these nasty invalid opcodes and see the code again in Reflector, You will find a small video which explains how to use this tool. ![]() [Submitted by Kurapica] |
Go to page >>
Latest Downloads
(dotNET Reversing:)
Removing Strong Name ProtectionAuthor: CodeRipper
Removing Strong Name Protection: This is my second tutorial regarding strong name protection
Date: 13 Mar : 22:43
Filesize: 34.98 kb
Total Downloads: 20
Download
(dotNET Reversing:)
Fixing Eziriz .net Reactor 4.0Author: CodeRipper
Introduction: This version of .NET Reactor acts like a .NET protector not like a .NET packer. This tutorial will teach you how to fix values so you could be able load the assembly under Reflector.At last I find how to fix metadata streams!
Date: 09 Mar : 01:15
Filesize: 77.85 kb
Total Downloads: 34
Download
(Coding:)
UfmodwrapperAuthor: whoknows
Finally play XM files, just with 28.5kb NET DLL file full credits fly to : UFO-Pu55y I just make the wrapper (check .vbproj for more)
Date: 06 Feb : 21:55
Filesize: 107.03 kb
Total Downloads: 37
Download
(dotNET Tools:)
Babel Invalid Opcode RemoverAuthor: DrPcPutte
B.I.O.R (Babel Invalid OpCode Remover) Is a tool for removing invalid opcodes in babel obfuscated assemblies so assembly can be opened in reflector and deobfuscated with other .net tools
Date: 24 Jan : 06:54
Filesize: 18.21 kb
Total Downloads: 104
Download
(dotNET Tools:)
whoknows NET patcherAuthor: whoknows
The purpose of this utility is to make something like dUP for NET assemblies. also patches the target and resign it to user machine. Also you can save and load Projects.
Date: 02 Jan : 22:11
Filesize: 173.34 kb
Total Downloads: 534
Download
(Debuggers and Disassemblers:)
PEBrowse ProfessionalAuthor: Russell Osterlund
PEBrowse Professional (v10.1.2) is a static-analysis tool and disassembler for Win32/Win64 executables and Microsoft .NET assemblies produced according to the Portable Executable specifications published by Microsoft. For Microsoft Windows Vista, Wi [more...]
Date: 29 Dec : 19:33
Filesize: 1.63 mb
Total Downloads: 242
Download
(Coding:)
[ N E T ] Play Xm With Native Bassmod Dll (C++) Author: whoknows
In this piece of code I show you : -How to play XM file with the native BASSMOD DLL lib (C++) 34kb! (NET BASSMOD DLL lib is 495kb! oops!) -Export resource file (DLL) -Play XM from resource file
Date: 28 Dec : 18:05
Filesize: 124.6 kb
Total Downloads: 69
Download
(Coding:)
.NET Introduction to APIsAuthor: whoknows
A nice tutor that explains the usage of some Windows APIs via .NET platform.
Date: 28 Dec : 06:24
Filesize: 929.98 kb
Total Downloads: 119
Download
(BS Tools:)
Reflector.codesearch V5.0.0.26699, patched.for.case.insensitive.searchAuthor: whoknows
A patched version of this useful plugin to enable case insensitive search in Reflector.
Date: 22 Dec : 05:20
Filesize: 34.37 kb
Total Downloads: 152
Download
(Byte Patching:)
RE TuneUp Utilities - Version 2010 LX Author: liquidx
Quite a short and simple tut, shows that simple methods sometimes still work and you can get to where you want to be. Program protection = None. Coded in delphi. Illustrates use of string searching and also the program reading from .dat file and [more...]
Date: 21 Dec : 03:40
Filesize: 4.08 mb
Total Downloads: 223
Download
(Keygenning:)
Keygenning Fairs Audio Converter, Fliping and Inverting + MD5Author: OmegaLock
Keygenning Fairs Audio Converter, Fliping and Inverting + MD5
Date: 20 Dec : 17:37
Filesize: 421.82 kb
Total Downloads: 67
Download
(dotNET Tools:)
AdmiralDebilitateAuthor: Greg Jenkins
AdmiralDebilitate is a tool for removing .NET strong name signing, particularly suited for large projects consisting of multiple nested dependencies. The interface is fairly simple: open up all relevant executables simultaneously (or all PEs if late- [more...]
Date: 19 Dec : 18:03
Filesize: 202.11 kb
Total Downloads: 212
Download
(dotNET Tools:)
Bad Net Opcodes Finder V0.5Author: whoknows
A tool used to fix a nasty anti-decompiler trick, the trick is based on using invalid opcodes to make the decompilation process impossible with tools like Reflector. so you can use this tool to kill these nasty invalid opcodes and see the code aga [more...]
Date: 18 Dec : 02:44
Filesize: 860.05 kb
Total Downloads: 602
Download
(Serial fishing:)
Text To Speech Maker Serial Phishing Tut, Level - beginnerAuthor: mafiaonmove
This one is what I've done recently. I'm not sure if there r other tutors available about the same topic. So if someone have already done it sorry to him. This tutor is for educational purpose only.
Date: 18 Dec : 02:44
Filesize: 5.11 mb
Total Downloads: 144
Download
(dotNET Reversing:)
s4tan's s4tanic0de - Keygenning challengeAuthor: s4tan & Cyclops
This is my second .NET crack-me, I hope you enjoy it : ) Description: This crackme implements a very basic math function (I think you have more fun in reversing code than math function :P), the real difficulty is to understand how the program w [more...]
Date: 13 Dec : 05:36
Filesize: 128.81 kb
Total Downloads: 112
Download
Most Wanted ever
DotNET Tracer |
| Total downloads: 2232 Filesize: 1.37 mb |
dotNET Dumper |
| Total downloads: 1516 Filesize: 425.13 kb |
dotNET DeObfuscator |
| Total downloads: 1199 Filesize: 402.64 kb |
Cracking Property Grid For Visual Studio 2005 |
| Total downloads: 977 Filesize: 8.59 mb |
.NET Manual Unpacking |
| Total downloads: 917 Filesize: 813.74 kb |











