-
Notifications
You must be signed in to change notification settings - Fork 86
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
GWT enum not working in GWT v7 #3
Comments
There are many reasons why the script is failing
The only suggestion I'd have is something like |
It seems that version 7 changed the way methods are obfuscated. In my case methods were correctly enumerated but parameters types could not be found. From there, you can find obfuscated parameters types in the function declaration. For example: Finally the method has a pattern like method(String,Integer). |
The tool (e.g. enum module) does not work on 2.5.0rc1 -:( Tested on this version. I think the problem will appear on all greater than versions (e.g. 2.7.1, 2.8.1) -:( |
Hello, |
Hi,
Although it seems that the {HEX} file is downloaded and analysed correctly, gwtenum.py fails to enumerate any endpoints. Are you aware of any changes introduced in v7 that may be causing this? Do you think it would be easy to address? Thanks!
/cc @mwielgoszewski
The text was updated successfully, but these errors were encountered: