-
Notifications
You must be signed in to change notification settings - Fork 60
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
IDA 6.6 Doesn't work ;( #1
Comments
typestring was a string that contained information about a type, it was a clunky thing, they removed it in ida 6.5 and introduced in its place something called tinfo_t according to the changelog. So someone need to rewrite it to remove the typestring references and use tinfo_t instead. |
Yupp |
Well I'll speak with Albert to see if I can get hold of his fixes. |
I noticed some commits... But differently from other commits, you don't updated the binary. I guess you don't managed to make it work (or even compile) yet? |
Hey,
Since the .plw doesn't seems to work with the last version I've tried to compile the project just as you did on your "beta ida 6.4 debug". I changed the includes + lib folders according to 6.6 sdk, but I've found that for some reason doesn't compiles:
1>g:\programs\ida 6.6\sdk\plugins\hexrays_tools\code\choosers.cpp(44): error C2065: 'typestring' : undeclared identifier
1>g:\programs\ida 6.6\sdk\plugins\hexrays_tools\code\choosers.cpp(44): error C2146: syntax error : missing ';' before identifier 'type'
1>g:\programs\ida 6.6\sdk\plugins\hexrays_tools\code\choosers.cpp(44): error C2065: 'type' : undeclared identifier
1>g:\programs\ida 6.6\sdk\plugins\hexrays_tools\code\choosers.cpp(45): error C2065: 'type' : undeclared identifier
Do you have experienced this situation?
Thanks!
The text was updated successfully, but these errors were encountered: