View previous topic :: View next topic |
Author |
Message |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Sun Jan 19, 2014 12:20 pm Post subject: Question about packed files |
|
|
Recently started messing around with packers
and bumped into this packer that set the entry-point for the packed dll outside the dll boundaries.
I mean.. the packed dll size is 14,696 bytes (3968 in hex) and the it's entry-point is located at RVA: 0x01048C
plus, when i set a breakpoint at its EP, it won't even get there when execute.
Could it be hidden or something like that?
pretty new to this whole packing thing
Thanks
_________________
Stylo |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8579 Location: 127.0.0.1
|
Posted: Tue Jan 21, 2014 10:09 pm Post subject: |
|
|
Does the DLL have an exception handler setup to force-crash itself at start to execute the unpacking method?
_________________
- Retired. |
|
Back to top |
|
 |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
|
Back to top |
|
 |
UnIoN Expert Cheater
Reputation: 2
Joined: 17 May 2011 Posts: 146
|
Posted: Wed Jan 22, 2014 5:43 am Post subject: |
|
|
maybe there are more values at PE Header (aside from entry point) changed to prevent debug? have you tried lenas tutorials?
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8579 Location: 127.0.0.1
|
Posted: Thu Jan 23, 2014 12:56 am Post subject: |
|
|
Before the entry point.. does the DLL have a TLS entry? That will be executed before you will see the entry point hit.
_________________
- Retired. |
|
Back to top |
|
 |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Mon Feb 10, 2014 3:38 am Post subject: |
|
|
Well it turns out that ollydbg was messed up for some reason :S
When used windbg it hit the entry point..
what TLS is?
_________________
Stylo |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8579 Location: 127.0.0.1
|
|
Back to top |
|
 |
|