thesourcerer8
thesourcerer8
I have a "Blaze Michael Schumacher GTR - Lenkrad (PS1,PS2)" steering wheel controller: Booting ... OUT:IN Configure 1:FC 43:1 0:10 1:FC 0:FF OUT:IN Configure 1:0 44:40 0:0 1:0 3:0 0:0...
I would like to be able to assign (programmatically) names to objects and have those names be used when exporting to X3D, STL, ... where the export formats support names,...
### Prompt Please add a link to Fault in the README of OpenLane. ### Proposal This seems to be the current link to Fault: https://github.com/AUCOHL/Fault
**Describe the bug** When PDK_ROOT contains "../" to refer to the PDK, openlane fails. Workaround: Make sure that PDK_ROOT does not contain ../ for example in the following way: export...
The "make pdk" currently only fetches the necessary files for one library variant, e.g. sky130_fd_sc_hd, but there seems to be no way to get the other libraries installed too
On Debian based systems, "apt-get install libcapstone-dev" is needed to install the capstone library before installing the python module with pip3 can work.
I developed a tool to migrate from IDAPython capable tools to ScratchABit: http://www.futureware.at/~philipp/ssd/ExportScratchABit.py Copy it to the plugins directory, then you should get an menu option to export to ScratchABit...
I would like to add a web-integration, to have ScratchABit open a web-browser with a dynamic URL that gets the current position in the file, and preferrably also the filename...
Hi tried ScratchABit now again with my test files: http://www2.futureware.at/~philipp/ssd/analyse/EXT0CB6Q.dec.P21.frmw which contain both ARM and Thumb code, and it starts with ARM code at 0x0 and has a Thumb function...
The automatic function detection seems to register also functions that are outside the valid areas. This causes errors when saving the file afterwards: ~~~ Traceback (most recent call last): File...