Edward J. Schwartz

Results 139 comments of Edward J. Schwartz

I have a work-around in the sense that I have a driver script that checks to see if a file is created... but that's pretty ugly. pyGhidra seems to have...

OK, I feel pretty dumb, but I can't get this to work. If I put the code that you provided verbatim in `fail.py` and run `$GHIDRA_INSTALL_DIR/support/py ghidraRun -H /tmp/tmp projectname...

Thanks, this worked -- it did not do the analysis. `pyghidraRun` still returns exit code 0, but overall it's an improvement!

After waiting, it failed anyway ![Image](https://github.com/user-attachments/assets/17fcdad8-3bdf-4f14-aa56-0023fb5028a5) Now it's stuck with zero information about what it's doing. I can tell from `top` that it's compiling rust crates, but more visibility from...

Also (sorry for piling on with constructive criticism)... it's really not great that deno is being built in the first place. I'm installing on a raspberry pi. It's been building...

Eventually the whole thing failed: ``` error[E0433]: failed to resolve: use of undeclared crate or module `flate2` --> /home/ed/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.2.2/src/write.rs:35:5 | 35 | use flate2::{write::DeflateEncoder, Compression}; | ^^^^^^ use of undeclared...

> Which raspberry pi model was it? and which OS was it? Did you have sudo access in this case? Raspberry Pi 5 Model B Rev 1.0 Ubuntu 24.04.1 LTS...

The rate limit seems to be right. I am not sure what is using the API though.. I generally don't use the API unauthenticated. ``` {"resources":{"core":{"limit":60,"remaining":0,"reset":1735530582,"used":60,"resource":"core"},"graphql":{"limit":0,"remaining":0,"reset":1735531523,"used":0,"resource":"graphql"},"integration_manifest":{"limit":5000,"remaining":5000,"reset":1735531523,"used":0,"resource":"integration_manifest"},"search":{"limit":10,"remaining":10,"reset":1735527983,"used":0,"resource":"search"}},"rate":{"limit":60,"remaining":0,"reset":1735530582,"used":60,"resource":"core"}} ```

Llama.cpp is still waiting on https://github.com/ggml-org/llama.cpp/pull/12379 I'm not sure how this python library handles tools. I think it is somewhat different though.