Willi Ballenthin

Results 435 comments of Willi Ballenthin

sounds like i need to update the library in pypi (python-registry, too). i'll try to do this in the next few days. thanks @fatalflawburns for documenting the fix here!

we may be able to address this via FLIRT, too

@stevemk14ebr is this via the IDA plugin and/or with the cli tool? Seems to work for me using `capa.exe` but not with the IDA plugin: ![image](https://user-images.githubusercontent.com/156560/120667615-e693c500-c44a-11eb-8c86-a532266c5d15.png) ![image](https://user-images.githubusercontent.com/156560/120667713-fd3a1c00-c44a-11eb-86d9-80e0095582b4.png) ![image](https://user-images.githubusercontent.com/156560/120667910-2d81ba80-c44b-11eb-8107-0bfed1766b82.png)

IDA does not detect the loop feature as expected: ![image](https://user-images.githubusercontent.com/156560/120668147-6ae64800-c44b-11eb-9937-48eb801a4933.png) @mike-hunhoff should be here: ![image](https://user-images.githubusercontent.com/156560/120668228-805b7200-c44b-11eb-9410-c4b49a7c3048.png)

ah, there's a tail call to `sub_180001208` which IDA considers a distinct function: ![image](https://user-images.githubusercontent.com/156560/120668540-cc0e1b80-c44b-11eb-9fa7-2fa1834d555d.png) ![image](https://user-images.githubusercontent.com/156560/120668716-f4961580-c44b-11eb-8f93-d295d45ccee1.png)

i wonder if we can add aplib to our open source FLIRT sigs to handle this more robustly @mr-tz edit: unfortunately, vcpkg doesn't have an aplib port.

IDA considers the head function and the tail function separate functions, while vivisect (the default analysis backend on cli) considers them one function. the loop feature is found in the...

It looks like one of the data layout mapping objects is not being initialized correctly, though I can't quite tell why from the stack trace. Have you been able to...

looks like the user has since deleted their account :-(

this took me 4hrs to run locally - its still pretty heavyweight. i agree about testing regularly, though i'm not sure whats feasible.