GithubHelp home page GithubHelp logo

Comments (3)

pk-fr avatar pk-fr commented on June 3, 2024

Hi,

thanx for using yakpro-po .... please star it ifi you like it...

I do not really understand what your suggestion is...

if what you want, is a transtation table between obfuscated and not obfuscated items,
you can already find them in the 2 private members of the Scrambler class ...
( $t_scramble and $t_rscramble )

I already provided a --whatis command line option to retrieve all corresponding non obfuscated names of an obfuscated one...

perhaps what you need is the reverse: a command line option that takes 2 arguments: the name and the type, and then gives you the obfuscated corresponding value?
something like:
yakpro-po --get-obfuscated-name function foo
yakpro-po --get-obfuscated-name variable bar

from yakpro-po.

pbreah avatar pbreah commented on June 3, 2024

My suggestion in a few words is the ability to create "extensions": code that we can create to add additional functionality without having to change your core files directly.

I'm going to explain a bit better what I was trying to achieve:

Let's say I have a codebase of 4 files:

  • file1.php, file2.php, file3.php and file4.php

I want to obfuscate only file1.php & file2.php - but there are methods calls on file3.php and file4.php that reference methods on file1.php and file2.php that are being obfuscated. On this case, I would like these method references on file3.php and file4.php to be renamed with the obfuscated version of the methods on file1.php and file2.php

I know you provided a way to filter out methods from being obfuscated, but in this case I do want to obfuscate these methods (file1.php and file2.php), but want to have these obfuscated methods also renamed on non obfuscated files (in this example: file3.php and file4.php) - so the codebase doesn't break.

My suggestion was to allow yakpro-po to have "extensions" so developers can create features like these.

Let me know if you understand the idea.

Thanks again

from yakpro-po.

pk-fr avatar pk-fr commented on June 3, 2024

it is not really clear to me...
what I understand is that you want to obfuscate only some elements of a file...
at present I have no much time to think about non clear features...
yakpro-po is a project I develop during my free time.

I hope I will have enough time to upgrade my personal dev machine during 2nd quarter ... and my goal is to provide full support of php7 before the end of the year...

best regards

from yakpro-po.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.