binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

request chained calls of struct (UI problem)

Open SGSGsama opened this issue 2 months ago • 0 comments

What is the feature you'd like to have? request chained calls of complex struct

Is your feature request related to a problem? i encounter with a smart ptr wraped JNIEnv struct, it suppose to have a chained call but BinaryNinja translate the inner struct to a array

Image

it should decomplied like ptr->env->FindClass but in fact it was like this

Image

Are any alternative solutions acceptable? i didn't find yet Additional Information:

SGSGsama avatar Dec 08 '25 11:12 SGSGsama