-
Notifications
You must be signed in to change notification settings - Fork 96
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
how about a new base type? #27
Comments
This seems like an interesting idea. But I'll have to play with some code to see how it works. |
In addition, in Xref it's |
Sorry for the super-long delay with the response. I've been busy with other things, but this should not happen. I created a new branch with a basic implementation of what I understood from your request. Is that what you meant? |
yes! :) |
Great :) Next up will probably be data reading. Anything else? |
Nothing at the moment. Thanks a lot for your work! On Thu, Oct 6, 2016 at 10:12 AM, Tamir Bahar [email protected]
|
So, we have the Line. Which can be (in IDA) a code or a data or unknown.
So, it would be natural to write:
or perhaps:
while we have the Instruction type, which we could return on line.code property, we don't have a Data type to wrap the line.data.
So, how about adding it?
What do you think about it?
The text was updated successfully, but these errors were encountered: