rizinorg / rz-tracetest

Testing of RzIL against real traces
8 stars 6 forks source link

Add new interface for adjust rz reg contents in some cases #17

Open Heersin opened 1 year ago

Heersin commented 1 year ago

BAP-qemu frame represent register D17 as two S registers(S34, S35), while those S registers(S32/S33 ...) are not existed in rz_reg for arm32. dn register can be represented as concat(S_2n, S_2n+1), to get the correct d register value I need both two S register value in the for-loop of rz-tracetet Currently my solution is to modify Adapter interface to support it. It will affect other architecture's adapters, I am not sure it's a best practice.

XVilka commented 1 month ago

What is the resolution with this? One year has passed.

Rot127 commented 1 month ago

@Heersin Is it still needed? If not I would vote for closing so less changes.