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

IDA 6.6 Doesn't work ;( #1

Open
Shaddy opened this issue Oct 19, 2014 · 4 comments
Open

IDA 6.6 Doesn't work ;( #1

Shaddy opened this issue Oct 19, 2014 · 4 comments

Comments

@Shaddy
Copy link

Shaddy commented Oct 19, 2014

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!

@speeder
Copy link

speeder commented Jan 17, 2016

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.

@nihilus
Copy link
Owner

nihilus commented Jan 24, 2016

Yupp

@nihilus
Copy link
Owner

nihilus commented Jan 24, 2016

Well I'll speak with Albert to see if I can get hold of his fixes.

@speeder
Copy link

speeder commented Jan 27, 2016

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?

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

No branches or pull requests

3 participants