Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically detect the PHP version of the target (WIP) #139

Closed
wants to merge 18 commits into from

Conversation

sj-i
Copy link
Member

@sj-i sj-i commented Dec 25, 2021

This resolves #106

@sj-i
Copy link
Member Author

sj-i commented Dec 27, 2021

I found that basic_functions_module is not a resolvable symbol on stripped binaries, so currently, I'm reimplementing it in a way using module_registry. It requires adding an implementation reading hashtables (aka zend_array), and it is also necessary when trying to add the ability reading variables in target anyway, so I'll do it now.

@sj-i sj-i added this to the 0.4.0 milestone Feb 1, 2022
@sj-i
Copy link
Member Author

sj-i commented Feb 1, 2022

superceded by #151

@sj-i sj-i closed this Feb 1, 2022
@sj-i sj-i deleted the automatic-version-detection branch February 2, 2022 00:45
@sj-i sj-i removed this from the 0.4.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically detect the PHP version of the target
1 participant