Replies: 1 comment 4 replies
-
How big is the binary? How many functions are there? How big are the functions? I think there are many questions to ask to optimize this. Part of the problem might also be due to using rz-pipe, which is for sure not the fastest method to get information because it requires executing commands, generating json, parsing json, etc. Direct binding would be better, though honestly they are not quite ready yet, though we would love them to be used instead of rz-pipe. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current I'm using below Python code to iterate through all operands of all instructions, but in my environment(Intel-i7, WSLv1), it can only reach up to 15 functions in 1 second. Is there any faster way to do this?
Beta Was this translation helpful? Give feedback.
All reactions