![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#101
|
|||
|
|||
![]() Quote:
![]() ![]() http://www.filesend.net/download.php...183b29e092deca |
#102
|
|||
|
|||
![]() 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. |
#103
|
|||
|
|||
![]() Quote:
![]() 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 |
#104
|
|||
|
|||
![]() Take a look at here: http://www.codeproject.com/dotnet/St...meRemove20.asp
I think you can found good info here. |
#105
|
|||
|
|||
![]() Quote:
![]() 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. |
#106
|
|||
|
|||
![]() i remember some posted a link for codeviel unpacker where is it ??!!
|
#107
|
|||
|
|||
![]() @tKC
Could you plz upload your tuts and stuff again. I can't dl from filesend. Thanks codepoet |
#108
|
|||
|
|||
![]() @ 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. |
#109
|
|||
|
|||
![]() Quote:
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 |
#110
|
|||
|
|||
![]() Quote:
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 |