You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, When I compile the project, I get an error. My environment config is: ida sdk 6.5, linux x86, boost 1.55
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
I found that the function suggested by the compiler does not seem to be related to this function, so I did not find a solution.
Could you please give me some advice? Thanks a million.
The text was updated successfully, but these errors were encountered:
Hello, When I compile the project, I get an error. My environment config is: ida sdk 6.5, linux x86, boost 1.55
I found that the function suggested by the compiler does not seem to be related to this function, so I did not find a solution.
Could you please give me some advice? Thanks a million.
The text was updated successfully, but these errors were encountered: