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

3 not implemented errors in this code #1

Open
zijiancogito opened this issue Jan 7, 2022 · 0 comments
Open

3 not implemented errors in this code #1

zijiancogito opened this issue Jan 7, 2022 · 0 comments

Comments

@zijiancogito
Copy link

zijiancogito commented Jan 7, 2022

Hello,
When I compile this project, I occurred the fllowing 3 errors. I thought these errors are NotImplemented Error. Could you please fix them? Thank you.
And my environment config is:
boost 1.55
ida sdk 6.5
linux x86

dream-ida/IntermediateRepresentation/IRBuilder/IRBuilder.cpp:33:3: error: ‘get_func_name2’ was not declared in this scope; did you mean ‘get_func_name’?
   33 |   get_func_name2(&func_name, pfn->startEA);
      |   ^~~~~~~~~~~~~~
      |   get_func_name

dream-ida/IntermediateRepresentation/IRBuilder/OperandHandler.cpp:107:8: error: ‘get_member_name2’ was not declared in this scope; did you mean ‘get_member_name’?
  107 |     if(get_member_name2(&memberName, member->id)){
      |        ^~~~~~~~~~~~~~~~
      |        get_member_name

/dream-ida/IntermediateRepresentation/IRBuilder/OperandHandler.cpp:464:6: error: ‘get_ea_name’ was not declared in this scope; did you mean ‘get_reg_name’?
  464 |   if(get_ea_name(&name, addr)){
      |      ^~~~~~~~~~~
      |      get_reg_name
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

1 participant