AntiWPA Forum

Full Version: Looking for tools and knowldge - .Net
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am dealing with a inventory application made by a company gone out of bussines 2 years ago and it turns out the program has a sort of tlme b0mb...

Long ago I fiddled with some decompilers, interrupts and hex editors just to learn and have some fun... so I wonder where I could find some tools now and, more importantly, information to re-learn how can I decompile and fix this.

The program is created with .Net stack, there is not much more I know about it so far. For the looks of it I might only need to find a single break point and change it.

Any help will be much valued.

Tnks.
(08-02-2015 10:15 PM)siko Wrote: [ -> ]Hi,

I am dealing with a inventory application made by a company gone out of bussines 2 years ago and it turns out the program has a sort of tlme b0mb...

Long ago I fiddled with some decompilers, interrupts and hex editors just to learn and have some fun... so I wonder where I could find some tools now and, more importantly, information to re-learn how can I decompile and fix this.

The program is created with .Net stack, there is not much more I know about it so far. For the looks of it I might only need to find a single break point and change it.

Any help will be much valued.

Tnks.

Depending on what type of .NET program it is, you can decompile it with Reverzor. If it goes right, you will get the full source code, then you can remove the protection and recompile.

Google for it, you can order the trial for free and decompile 5 files.
Thanks for the pointer, I' ll check it out.

Regards.
Wow nice I was just about sharing / creating a new thread about
How to debug decompiled .Net Code
(Debugging in the way watching the control flow + dumping data from memory)
however since that fit's I just reply here.

1. Decompiler *This 'sits now since 3 days unchanged in the browsertab* I'll close and save and
...continue ilater.

Maybe
(11-10-2015 11:06 PM)cw2k Wrote: [ -> ]... and the Deobfucator http://de4dot.com
intresting project for additional .net obfuscation
Link
Also dnSpy from the same author:
Link: https://github.com/0xd4d/dnSpy
I have use Reverzor and it is pretty good ill recommend to anyone.
Reference URL's