hal icon indicating copy to clipboard operation
hal copied to clipboard

HAL – The Hardware Analyzer

Results 36 hal issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Writing an endless loop (by accident) will block the HAL user interface. There is currently no way to cancel a running script or console command besides killing...

discussion needed
Type: Bug
Priority: Medium
Status: Available

**Is your feature request related to a problem? Please describe.** Currently, when modifying a netlist from Python there is no easy way to undo that change. **Describe the solution you'd...

discussion needed
Type: Feature Request
Priority: Low
Status: Available

After install HAL, when hal -g or any command is run, it is giving following error. hal: error while loading shared libraries: libhal_plugin_system.so: cannot open shared object file: No such...

The docker file needs a little tweak as ubuntu does not come with sudo installed. **To reproduce:** 1. docker build . -t hal 2. > ERROR [ 8/12] RUN ./install_dependencies.sh...

Type: Bug
fixed

![image](https://github.com/emsec/hal/assets/58417169/a3dd361e-6952-474a-b22f-8e316489f4d4) Hello, I'm using the sample provided in the graph algorithm, but it says "AttributeError: 'NoneType' object has no attribute 'get_strongly_connected_components' ", I have successfully installed graph algorithm pluging and...

author feedback requested

Without this we get ``` In file included from /build/source/plugins/simulator/netlist_simulator_controller/include/netlist_simulator_controller/saleae_file.h:33, from /build/source/plugins/simulator/netlist_simulator_controller/src/saleae_file.cpp:5: /build/source/plugins/simulator/netlist_simulator_controller/include/netlist_simulator_controller/saleae_directory.h:79:9: error: 'uint64_t' does not name a type 79 | uint64_t mBeginTime; | ^~~~~~~~ ``` when building the...

This is a patch (mostly written by @doronbehar) we're using in the NixOS package for hal, where we have a policy of replacing those vendored dependencies we're sensibly able to...

![image](https://github.com/emsec/hal/assets/58417169/68e8a560-5cfd-4281-955c-8fd7a262056f) ![image](https://github.com/emsec/hal/assets/58417169/4fb506c4-34ef-48e8-8506-e3f0c577619c) hello,the above error occurs when I run the make command. What is the problem?Does anyone know how to solve it?