-
-
There is instruction in IDA "and esp, 0FFFFFFF0h" with opcode "83 E4 F0", but after export to Binnavi it converts to "and esp, 0F0h".
Instruction "83 E4 F0" is "r/m32 AND imm8 (sign-extended)", so F0…
-
BinNavi was open-sourced recently. We should have a flag for radare2 to output a format compatible with the BinNavi format. Even though BinExport is not open sourced, there are multiple public impleme…
-
Hello Montyly,
I've been testing gueb using your public VM and installed everything on a new one. Seems to work everything, IDA 6.9 with Binnavi 6.1 (latest) and binexport 6 (latest). Using your e…
-
**I am a novice. I have compared two mirrors, and the comparison results are as follows. How should I interpret this information?**
### Command-line comparison
```
bindiff aaa.BinExport bbb.BinExpo…
-
```
What steps will reproduce the problem?
1.Loading a file into IDA Pro
2.Diffing the database with a separate file and comparing using BinDiff plug-in
3.Left with matched functions window (which I …
-
```
What steps will reproduce the problem?
1.Loading a file into IDA Pro
2.Diffing the database with a separate file and comparing using BinDiff plug-in
3.Left with matched functions window (which I …
-
`fish: Job 1, 'cwe_checker calc' terminated by signal SIGKILL (Forced quit)`
dmesg:
`[...] Out of memory: Killed process 348748 (cwe_checker) [...]`
It would allow people to run cwe_checker on stat…
-
```
/Users/jwiens/Downloads/binexport/third_party/boost_parts/boost/container_hash/hash.hpp:130:33: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
…
-
I use windows ida7.5-pro to open windows tool `ipconfig`, then load lighthouse coverage file, *File->Load File->Code coverage file*, then open the coverage log, it can successful load.
But open a …