07-01-2013, 03:26 AM
1. Can you remove this:
Reason: with +2000 files it's a little annoying when you must remove this by hand...
2. BatchExport will be nice...
Reason: with +2000 files it's a little annoying when you must export all classes by hand...
3. There is a little problem with iterators...
Decompiled:
Original:
4. Support for decompression...
Quote:Table Index:19262...or make it optional?
Table Offset:0x001831A0
Table Size:0x00000044
Reason: with +2000 files it's a little annoying when you must remove this by hand...
2. BatchExport will be nice...
Reason: with +2000 files it's a little annoying when you must export all classes by hand...
3. There is a little problem with iterators...
Decompiled:
Code:
I = 0;
J0x5A:
if(I < CapturePoints.Length)
{
//...
++ I;
goto J0x5A;
}
Original:
Code:
for(i = 0; i < CapturePoints.length; i++)
{
//...
}
4. Support for decompression...