Santos Merino del Pozo
Santos Merino del Pozo
Hi Timothy, I’ve been using KLayout as well. When I tried to open the GDS with Magic I was unable to visualize the result. What are the steps needed?
What about skipping, in this case, the call to memset (i.e., not tracing it as you can do when directly using Unicorn): ``` instructions_skip_list = [addr_of_memset] def my_hook(mu, address, size,...
Hi @yhql, yes I did. I followed your approach which allowed me to trace simple libc functions. Not a perfect solution, but it works for my current tasks.