I am using the latest Pai-Mei, and I was wondering how
to get the static values from a pida dump.
Is there a way to get the static values for a particular parameter if it exists in a binary from a pida dump?
The way I was trying to do it was:
for function in module.nodes.values():
print function.local_vars
but this only alludes to what the parameter name is, and
I am trying to get the actual value if it is static.
Thanks in advance






