AntiWPA Forum

Full Version: 99 % decoded.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi. i want to decode some ioncube files.
the decoder work fine just some lines have problems
most of them are like:
$fotos = new pictures();
$fotos->deletePictures($id);
and are decoded like
$Var_624->pictures( );
$fotos = $Var_624;
any ideea? i need to edit obfuscation ini?
thanks
(04-05-2012 10:42 PM)zili Wrote: [ -> ]hi. i want to decode some ioncube files.
the decoder work fine just some lines have problems
most of them are like:
$fotos = new pictures();
$fotos->deletePictures($id);
and are decoded like
$Var_624->pictures( );
$fotos = $Var_624;
any ideea? i need to edit obfuscation ini?
thanks

its simple
$Var_624->pictures( );
$fotos = $Var_624;
============
$fotos = new pictures( );
ok. thanks but how to fix that?
the original file is $fotos = new pictures();
to be decoded like that and not in 2 new lines with variables. my php file is full of $var_XXXX ¿
(04-06-2012 09:53 AM)zili Wrote: [ -> ]ok. thanks but how to fix that?
the original file is $fotos = new pictures();
to be decoded like that and not in 2 new lines with variables. my php file is full of $var_XXXX ¿

by hands
(04-06-2012 12:39 PM)sidxx55 Wrote: [ -> ]
(04-06-2012 09:53 AM)zili Wrote: [ -> ]ok. thanks but how to fix that?
the original file is $fotos = new pictures();
to be decoded like that and not in 2 new lines with variables. my php file is full of $var_XXXX ¿

by hands

Funny ...hehe by hand
Reference URL's