Skip to main content
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
added 50 characters in body
Source Link
Naxin
  • 180
  • 1
  • 10

I'm working on a crack me, specifically: jaunsacco's DragonCrack and the first thing I've gotten stuck on is that the program is built mostly as a enormous main function. After attempting to decompile I get the error:

Decompilation failure: 11E1640: too big function

I've increased my max function size for decompilation to 512K (defaults at 64), the main function is approx. 400K. But this is too much processing and IDA froze for at least 5 minutes before I gave up.

Is it possible to reduce decompile time throughthere an alternative meansapproach to decompiling a large (400K) function using Hex-Rays decompiler? I.e.Maybe partial decompilation, or alternative measures?non-default decompiler configuration.

IDA: Version 7.2.181105

Hex-Rays Decompiler: v7.0.0.170914

I'm working on a crack me, specifically: jaunsacco's DragonCrack and the first thing I've gotten stuck on is that the program is built mostly as a enormous main function. After attempting to decompile I get the error:

Decompilation failure: 11E1640: too big function

I've increased my max function size for decompilation to 512K (defaults at 64), the main function is approx. 400K. But this is too much processing and IDA froze for at least 5 minutes before I gave up.

Is it possible to reduce decompile time through alternative means? I.e. partial decompilation or alternative measures?

IDA: Version 7.2.181105

Hex-Rays Decompiler: v7.0.0.170914

I'm working on a crack me, specifically: jaunsacco's DragonCrack and the first thing I've gotten stuck on is that the program is built mostly as a enormous main function. After attempting to decompile I get the error:

Decompilation failure: 11E1640: too big function

I've increased my max function size for decompilation to 512K (defaults at 64), the main function is approx. 400K. But this is too much processing and IDA froze for at least 5 minutes before I gave up.

Is there an alternative approach to decompiling a large (400K) function using Hex-Rays decompiler? Maybe partial decompilation, or non-default decompiler configuration.

IDA: Version 7.2.181105

Hex-Rays Decompiler: v7.0.0.170914

added 71 characters in body
Source Link
Naxin
  • 180
  • 1
  • 10

I'm working on a crack me, specifically: jaunsacco's DragonCrack and the first thing I've gotten stuck on is that the program is built mostly as a enormous main function. After attempting to decompile I get the error:

Decompilation failure: 11E1640: too big function

I've increased my max function size for decompilation to 512K (defaults at 64), the main function is approx. 400K. But this is too much processing and IDA froze for at least 5 minutes before I gave up.

Is it possible to reduce decompile time through alternative means? I.e. partial decompilation or alternative measures?

IDA: Version 7.2.181105

Hex-Rays Decompiler: v7.0.0.170914

I'm working on a crack me, specifically: jaunsacco's DragonCrack and the first thing I've gotten stuck on is that the program is built mostly as a enormous main function. After attempting to decompile I get the error:

Decompilation failure: 11E1640: too big function

I've increased my max function size for decompilation to 512K (defaults at 64), the main function is approx. 400K. But this is too much processing and IDA froze for at least 5 minutes before I gave up.

Is it possible to reduce decompile time through alternative means? I.e. partial decompilation or alternative measures?

I'm working on a crack me, specifically: jaunsacco's DragonCrack and the first thing I've gotten stuck on is that the program is built mostly as a enormous main function. After attempting to decompile I get the error:

Decompilation failure: 11E1640: too big function

I've increased my max function size for decompilation to 512K (defaults at 64), the main function is approx. 400K. But this is too much processing and IDA froze for at least 5 minutes before I gave up.

Is it possible to reduce decompile time through alternative means? I.e. partial decompilation or alternative measures?

IDA: Version 7.2.181105

Hex-Rays Decompiler: v7.0.0.170914

edited tags
Link
0xC0000022L
  • 11k
  • 9
  • 42
  • 79
Source Link
Naxin
  • 180
  • 1
  • 10
Loading