AntiWPA Forum

Full Version: what to do with OBF in ioncube
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have some scripts but all func and vars OBF
what to do with this?
1. find same script with different encoding
2. find same script but early ver.

what else?

thanks
i think IC OBF is 1 way hashing, or need explore more This 'hashes ', anyway make "replace" OBF with any you like Vars and Functions.
thanks sidxx55
this 'hashes' always random or its some dict like in zend?
how you can do your decript so clean?
IC has pass closed hashing of vars functions, all hashes has 1 length with oxd marker, and OBF seed of pass inside byte-code header, why need it there IDK its not logic for 1 way destruction, or it use pass-hash for values table offset position call, any way 1sly need answer why need this seed.
I dont decrypt Obf, Sg dont has any Obf, only Zend and IC has it. Decoders use solution as replacing Binaries with numeric-alpha-bet algo like dezender of RM has _obfuscate_ marker and than castom base64 binary encryption of "key-closed" data.
Reference URL's