Parker Thompson
Parker Thompson
I recently opened a pull request (#603) that attempted to resolve the issue I was seeing. That pull request was incomplete and below is a full reproduction of the issue...
I ran into a problem with matching instruction id's to their enum counter parts defined in capstone-sys. Because rust does not have a provide a simple/safe way to cast a...
I'm working on adding support to revm for pre-BYZANTIUM spec's and encountered a issue with the library design that I am unsure the right way to solve. For context, pre...
Currently the Process that handles outputting results just queue's them in memory, this function should be able to be a streaming interface.
Do a string search for the asset key file name (no path) and print out their referenced locations in code, just like the dalvik keys get referenced.
APKs can have multiple dex files, due to a max size of the .dex file itself in earlier android versions. We need to safely walk all dex files and perform...
In the main function, the workers need to be poll'd to see if they have died, then correctly show the errors, right now the for loop will only catch the...
Currently if NetworkManager is present, Bunny will be interrupted and the interface will usually be brought back to managed mode from monitor. This can be solved currently by adding the...
Currently as of 935417f6f41db4284cded1b937431baa975c8ee4 Bunny only has: Beacon, DataQOS, ProbeRequest Types templated out, this needs to expand to as many types as possible.
Bunny needs to update its timestamp for all beacon frames to increase its conformity to the 802.11 spec.