Reverse Engineering RET Homepage RET Members Reverse Engineering Projects Reverse Engineering Papers Reversing Challenges Reverser Tools RET Re-Search Engine Reverse Engineering Forum Reverse Engineering Links

Go Back   Reverse Engineering Team Board > Reverse Engineering Board > .NET Reverse Engineering
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #101  
Old 05-21-2007, 02:23 PM
UFO-Pu55y UFO-Pu55y is offline
Senior Member
 
Join Date: Jan 2007
Posts: 87
Default

Quote:
Originally Posted by tKC View Post
I can't open the file ? ".7z" extension ! but I think it's gonna be a good work though

Please use filesend.net to upload ur files, pirateshare sux
http://www.7-zip.org/

http://www.filesend.net/download.php...183b29e092deca
Reply With Quote
  #102  
Old 05-22-2007, 08:04 AM
Kurapica Kurapica is offline
Senior Member
 
Join Date: May 2006
Location: Archives
Posts: 357
Exclamation Very nice work bro

The smartkiller is a great work ! I like the bloody bitmap ! cool


but I think there is one last thing we both forgot ! regarding the dumped encoded strings, I noticed that first 3 bytes or 4 [i don't remember now] are nulls, so we must update the algos to start decoding from first un-null byte in the stream, this will prevent the decoder from adding 3 empty strings at the beginning of decoding process.

Keep up the good work....
__________________
Life can only be understood backwards but It must be read forwards.
Reply With Quote
  #103  
Old 05-22-2007, 10:48 AM
UFO-Pu55y UFO-Pu55y is offline
Senior Member
 
Join Date: Jan 2007
Posts: 87
Default

Quote:
Originally Posted by tKC View Post
but I think there is one last thing we both forgot ! regarding the dumped encoded strings, I noticed that first 3 bytes or 4 [i don't remember now] are nulls, so we must update the algos to start decoding from first un-null byte in the stream, this will prevent the decoder from adding 3 empty strings at the beginning of decoding process.
Oops !

Anyway I'm interested in letting smartkill find the stream with the encoded strings itself - so that dumping isn't needed anymore.
Furtheron to implement an anti strongname option: which patches 2.xx targets to make them patchable (like I did with ur last crackme). 1.xx didn't use PublicKeyToken for the algo

For both functions I need more infos, how to get to the wanted offsets in a net target. I now about the CLR header and how to get there. But I'm googling my ass off, how to get to the rest (Assembly directory in MetaDataTables, net resources....)
Does anybody have deeper infos on that ???

Greets
Reply With Quote
  #104  
Old 05-22-2007, 12:01 PM
rongchaua rongchaua is offline
Senior Member
 
Join Date: Apr 2007
Posts: 91
Default

Take a look at here: http://www.codeproject.com/dotnet/St...meRemove20.asp
I think you can found good info here.
Reply With Quote
  #105  
Old 05-22-2007, 02:39 PM
UFO-Pu55y UFO-Pu55y is offline
Senior Member
 
Join Date: Jan 2007
Posts: 87
Default

Quote:
Originally Posted by rongchaua View Post
Take a look at here: http://www.codeproject.com/dotnet/St...meRemove20.asp
I think you can found good info here.
Thanks, rongchaua, very nice one ! And also nice links within
LOL, a whole patching source - we should engage this guy...
Don't tell me, that he isn't cracking some shit, when he's bored.
Reply With Quote
  #106  
Old 05-22-2007, 04:42 PM
bishooman bishooman is offline
Member
 
Join Date: Apr 2007
Posts: 7
Default where is codeviel unpacker

i remember some posted a link for codeviel unpacker where is it ??!!
Reply With Quote
  #107  
Old 05-23-2007, 07:49 AM
codepoet codepoet is offline
Junior Member
 
Join Date: May 2007
Posts: 1
Default

@tKC

Could you plz upload your tuts and stuff again. I can't dl from filesend.

Thanks
codepoet
Reply With Quote
  #108  
Old 05-23-2007, 01:26 PM
Kurapica Kurapica is offline
Senior Member
 
Join Date: May 2006
Location: Archives
Posts: 357
Unhappy

@ codepoet

You could have googled this !
anyway this is what you want.
http://rapidshare.com/files/11338900/All.rar.html
__________________
Life can only be understood backwards but It must be read forwards.
Reply With Quote
  #109  
Old 05-24-2007, 06:48 AM
LibX LibX is offline
Administrator
 
Join Date: Feb 2007
Location: The Netherlands
Posts: 118
Default

Quote:
Originally Posted by UFO-Pu55y View Post
Thanks, rongchaua, very nice one ! And also nice links within
LOL, a whole patching source - we should engage this guy...
Don't tell me, that he isn't cracking some shit, when he's bored.
Still removing the strong name works in some cases but with bigger apps that have signed satalite DLL's its useless since the public key token is used to make sure its the right DLL not just some DLL with the same name.
So its better to patch the strong name token (next RE-Sign will have this function) then resign it.
Also i found lots of apps that don't even work without a strong name.

Regards
LibX // RETeam
Reply With Quote
  #110  
Old 05-24-2007, 07:01 AM
UFO-Pu55y UFO-Pu55y is offline
Senior Member
 
Join Date: Jan 2007
Posts: 87
Default Argh...

Quote:
Originally Posted by LibX View Post
Also i found lots of apps that don't even work without a strong name.
... other than smartass 2.xx stuff ? But which could also be patched like smartass 2.xx
to run without a strong name ?
I'm reading all I can get about .net file structures these days,
and I'm still stuck with getting down to the desired MetaData Table (Assembly) in a proper way

Will keep on...

Greets
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump





Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.