Brandon Ros

Results 284 comments of Brandon Ros

I have the same problem. I execute the program I want to attach to outside of x64dbg, then I go to ScyllaHide -> Attach process. I get a C00000005 exception...

Does the underlying https://github.com/zalando/spilo image need to be made arm64 compatible first?

https://github.com/CrunchyData/postgres-operator/blob/v4.7.1/Makefile#L142 That amd64 is a problem there I believe.

Did you have to manually rebuild stuff? Is what you have open source/present somewhere?

I don't know if it's wrong or right but I typically have issues with `find_package(PkgConfig REQUIRED)` and instead just set up projects to have a `deps/` folder with `git submodules`...

https://github.com/rpclib/rpclib/issues/280 seems related

Is it expected to get around blocked ports?

After the connection is made through the relay server, does the traffic flow directly P2P or does all traffic still go through relay server?