Stack view does not determines usages of structure elements correctly

Abierto
#4,075 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
45/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Estancado

Línea de trabajo

No source file, test, or entry point is named. Start by reproducing the reported structure usage in the Stack view and comparing it with the HLIL view, focusing on dwFlags, hStdInput, hStdError, hStdOutput, and wShowWindow. Done means every structure element used in HLIL is recognized by Stack view rather than shown as unused.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Component: UI Effort: Medium Impact: High UI: Stack

Binary Ninja Version: 3.4.4090-dev Personal
Platform: Windows 11 Version 22H2

Stack view:
stack_view

HLIL:
hlil

As you can see from screenshots, even if dwFlags, hStdInput, hStdError, hStdOutput, wShowWindow did used in the HLIL, stack view does not detect them (so they are grayed out and says "Not used in current IL" on hover).

I guess it only detect the first used element in the structure. Because in other examples I can see that it only detects first used element and then left the others undetected. Probably it assumes first element of the structure is equal to structure itself in regards of referencing.

Lenguaje dominante
C++
Estrellas
1.3k
Forks
298
Merge medio
5 d 5 h
PR fusionados (30 d)
19

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de Vector35/binaryninja-api

Todos los issues de Vector35/binaryninja-api

Issues similares

Más issues de C++

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.