Brandon Ros

Results 284 comments of Brandon Ros

> Just try the latest version in the repo for now to clarify, try the x86_64 latest tag and let docker do the x86_64 -> arm64 translation?

![image](https://user-images.githubusercontent.com/8949910/174493599-6a9028d8-9305-4448-bc2a-2e183768f046.png) Not sure if you want to close this, Notepad++ runs fine?

What about progress? Like, if I have 2,500 unit tests, I like knowing I'm at 1,200 / 2,500 3 minutes in, for example.

> I made [a script](https://gitlab.com/dvdkon/ghidra_scripts/blob/master/ProcessVTables.py) for detecting vtables and creating datatypes for them. It does this by looking for "typeinfo name" mangled strings, finding typeinfos by looking at references and...

Does their currently exist a way to “export” from decompilation enough to roughly be able to make a .cpp / .h file with the Class and its methods defined and...

``` import * as Preact from 'https://unpkg.com/preact?module' import htm from 'https://unpkg.com/htm?module' const html = htm.bind(Preact.createElement) import * as reactRedux from 'https://unpkg.com/react-redux?module' ``` Is something like this possible? (no typescript, no...

Why doesn't this exist yet? Use case 1: in a more "global" beforeEach, you set up a spy. Then, in a very specific test, you need to override that spy...

How well does Sonic support ordering results by timestamp / integer or filtering by deeply nested JSON properties like ‘foo.bar.bazz = “foo”’

One easy fix might be to at least catch if ioctl is failing (as per the C test case I provided) I do not know if C level ioctl calls...