Peter LaFosse

Results 175 comments of Peter LaFosse

Some furious internal discussion prompted this picture which most people seemed to like better than my text description above 😅 ![IMG_4994](https://user-images.githubusercontent.com/10556585/178343430-2bee583d-42da-430b-8e02-b76c4d2cfa0d.jpg)

So these are some of the things I’ve seen people do in the user studies: - People thinking they’re changing one thing but changing something else (once the modal pops...

1. Good question, thats something I hadn't thought of. Likely you'd have to highlight the whole thing if you hit Y. But you could highlight just name name if you...

I think the fundamental issue here is there is no easy way to specify clobbered registers on externals, not necessarily the lack of function objects. Thus if we provided an...

Strange I don't see that ```>>> bv.platform.get_type_libraries_by_name("dbghelp.dll") [] >>> bv.platform.get_type_libraries_by_name("dbghelp.dll")[0].get_named_type("IMAGE_SECTION_CHARACTERISTICS").members [, , , , , , , , , , , , , , , , , , , ,...

Concerning the `IMAGE_LOAD_CONFIG_DIRECTORY32` it seems like just the last field is missing `GuardMemcpyFunctionPointer`

I've submitted a ticket with the upstream source to get this fixed. This issue is blocked on that issue. https://github.com/microsoft/win32metadata/issues/1049

This also applies to structures and arrays.

Binary Ninja has two different phases. Parse, and Analyze. Re-analysis doesn't effect the original parsing of the binary. To get this to work you'll have to write out the raw...