Here the unpacked 2013-07-04aRagexe: https://www.dropbox.com/s/pjps7wc7hyxkuba/_Ragexe.exe
Now I'm getting the infos...
The function that generate the KMA is sub_5A6530, that refer to FUNCTION CHUNK on loc_998222.
This is all that I found about KMA keys so far.
tRO after 25 june 2013 patch
Moderator: Moderators
-
- Developers
- Posts: 37
- Joined: 19 Nov 2011, 14:06
- Noob?: No
- Location: Brazil
-
- Noob
- Posts: 1
- Joined: 09 Jul 2013, 15:38
- Noob?: Yes
Re: tRO after 25 june 2013 patch
I use ida to find the key in yours but not found encrypt key at an address.
i know encrypt key ( 2013-07-04aRagexe ) because it seem like previous encrypt key in ragexe before.
(2013-06-28thRagexe.rgz is old ragexe is not pack with themida)
i not found this in yours.
This is the lastest exe in tro https://www.dropbox.com/s/kd0tmcv25777l ... Ragexe.rgz
and i try to unpack them but i was failed. (this's mine unpacked => https://www.dropbox.com/s/l5w3gldh4spaa ... Ragexe.exe)
i not experience in reverse engineering.
Do you suggest me to success unpacking .
thank you very much.
i know encrypt key ( 2013-07-04aRagexe ) because it seem like previous encrypt key in ragexe before.
(2013-06-28thRagexe.rgz is old ragexe is not pack with themida)
Code: Select all
K = 0x03BB3374;
M = 0x372702B3;
A = 0x713F3DD3;
This is the lastest exe in tro https://www.dropbox.com/s/kd0tmcv25777l ... Ragexe.rgz
and i try to unpack them but i was failed. (this's mine unpacked => https://www.dropbox.com/s/l5w3gldh4spaa ... Ragexe.exe)
i not experience in reverse engineering.
Do you suggest me to success unpacking .
thank you very much.
-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: tRO after 25 june 2013 patch
From what I already know. Themida is not just for fun there. Looks like the functions with KMA and Shadow table are protected by Themida RISC VM. Everything else seems normal.munda wrote:I use ida to find the key in yours but not found encrypt key at an address.
i know encrypt key ( 2013-07-04aRagexe ) because it seem like previous encrypt key in ragexe before.
(2013-06-28thRagexe.rgz is old ragexe is not pack with themida)
i not found this in yours.Code: Select all
K = 0x03BB3374; M = 0x372702B3; A = 0x713F3DD3;
This is the lastest exe in tro https://www.dropbox.com/s/kd0tmcv25777l ... Ragexe.rgz
and i try to unpack them but i was failed. (this's mine unpacked => https://www.dropbox.com/s/l5w3gldh4spaa ... Ragexe.exe)
i not experience in reverse engineering.
Do you suggest me to success unpacking .
thank you very much.
-
- Developers
- Posts: 37
- Joined: 19 Nov 2011, 14:06
- Noob?: No
- Location: Brazil
Re: tRO after 25 june 2013 patch
I found the same KMA on Virtualized Fuction... I think that's right.kLabMouse wrote:From what I already know. Themida is not just for fun there. Looks like the functions with KMA and Shadow table are protected by Themida RISC VM. Everything else seems normal.munda wrote:I use ida to find the key in yours but not found encrypt key at an address.
i know encrypt key ( 2013-07-04aRagexe ) because it seem like previous encrypt key in ragexe before.
(2013-06-28thRagexe.rgz is old ragexe is not pack with themida)
i not found this in yours.Code: Select all
K = 0x03BB3374; M = 0x372702B3; A = 0x713F3DD3;
This is the lastest exe in tro https://www.dropbox.com/s/kd0tmcv25777l ... Ragexe.rgz
and i try to unpack them but i was failed. (this's mine unpacked => https://www.dropbox.com/s/l5w3gldh4spaa ... Ragexe.exe)
i not experience in reverse engineering.
Do you suggest me to success unpacking .
thank you very much.
I will work now inside 2013-07-09 Ragexe...
-
- Developers
- Posts: 37
- Joined: 19 Nov 2011, 14:06
- Noob?: No
- Location: Brazil
Re: tRO after 25 june 2013 patch
Here the unpacked 2013-07-09 Ragexe: https://www.dropbox.com/s/gmx9emyflj1qv ... Ragexe.exe
Here the information that I get from it: https://www.dropbox.com/s/46ced3yn4xzs2 ... Ragexe.txt
Now I just need to found the packet ID of the fuctions... This can take a little time.
I updated now and the Ragexe is fully dumped with KMA and hided packets.
Here the information that I get from it: https://www.dropbox.com/s/46ced3yn4xzs2 ... Ragexe.txt
Now I just need to found the packet ID of the fuctions... This can take a little time.
I updated now and the Ragexe is fully dumped with KMA and hided packets.
Last edited by ROX_Leopardo on 10 Jul 2013, 18:06, edited 1 time in total.
-
- Noob
- Posts: 4
- Joined: 08 Nov 2010, 09:27
- Noob?: Yes
Re: tRO after 25 june 2013 patch
Thank you for all.ROX_Leopardo wrote:Here the unpacked 2013-07-09 Ragexe: https://www.dropbox.com/s/90bcml4j88nxb ... Ragexe.exe
Here the information that I get from it: https://www.dropbox.com/s/cj3q5cmdmejoa ... Ragexe.txt
Now I just need to found the packet ID of the fuctions... This can take a little time.
But how we do?
In next week or future.
Can you recommend tooling and approach about unpack ragexe?
Because it would be impossible for you to have time always. - -'

-
- Noob
- Posts: 12
- Joined: 10 Jun 2013, 22:48
- Noob?: No
Re: tRO after 25 june 2013 patch
ROX_Leopardo wrote:Here the unpacked 2013-07-09 Ragexe: https://www.dropbox.com/s/90bcml4j88nxb ... Ragexe.exe
Here the information that I get from it: https://www.dropbox.com/s/cj3q5cmdmejoa ... Ragexe.txt
Now I just need to found the packet ID of the fuctions... This can take a little time.
Thanks a lot to help us.

-
- Developers
- Posts: 37
- Joined: 19 Nov 2011, 14:06
- Noob?: No
- Location: Brazil
Re: tRO after 25 june 2013 patch
Can someone give me an account that have characters inside?
I can't run tRO at my country and can't do simple things :S
I can't run tRO at my country and can't do simple things :S
-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: tRO after 25 june 2013 patch
Well it's Simple. You need some tools/plugins and scripts from Tuts4you.SinDecaLocK wrote:Thank you for all.ROX_Leopardo wrote:Here the unpacked 2013-07-09 Ragexe: https://www.dropbox.com/s/90bcml4j88nxb ... Ragexe.exe
Here the information that I get from it: https://www.dropbox.com/s/cj3q5cmdmejoa ... Ragexe.txt
Now I just need to found the packet ID of the fuctions... This can take a little time.
But how we do?
In next week or future.
Can you recommend tooling and approach about unpack ragexe?
Because it would be impossible for you to have time always. - -'
And ROX is currently tries to modify his Extractor to work with tRO too.
-
- Noob
- Posts: 1
- Joined: 07 Jun 2013, 07:28
- Noob?: No
Re: tRO after 25 june 2013 patch
i pm account for youROX_Leopardo wrote:Can someone give me an account that have characters inside?
I can't run tRO at my country and can't do simple things :S
sever: angeling