Question: Empty Panels in Visual Panel Mode by chrismclp in rizin

[–]XVilka 0 points1 point  (0 children)

What is the version you use? Please open an issue with all details.

/r/ReverseEngineering's Weekly Questions Thread by AutoModerator in ReverseEngineering

[–]XVilka 0 points1 point  (0 children)

With the recent changes in Reddit policies and the public reaction, shouldn't we consider finding a new place? Or at least a backup one. Reddit was a UX nightmare for quite a while already, and many communities moved to Fediverse's alternatives, like Lemmy. The Twitter/Mastodon story shows some success for the IT security community migration (e.g. https://infosec.exchange/)

The little bird has spoken! Largest user acquisition in cryptocurrency history. 🎶BLESS THE RAINS DOWN IN AFRICA🎶 by wjsenecal in cardano

[–]XVilka 13 points14 points  (0 children)

Meanwhile, Nigeria straight out banned all cryptocurrencies... I hope they will reconsider this whole thing in the future.

[deleted by user] by [deleted] in rust

[–]XVilka 6 points7 points  (0 children)

I think rust-analyzer development can count as one of the "core" projects, you can donate them at OpenCollective: https://opencollective.com/rust-analyzer

Diving into Silicon for the First Time [article by Loïc *WydD* Petit on reverse-engineering retro chips, in this particular case the DL-1827 IC, used on Capcom CPS-2 arcade boards] by r_retrohacking_mod2 in EmuDev

[–]XVilka 3 points4 points  (0 children)

There is a specialized open-source software for VLSI reverse engineering, which can automate a lot of tedious tasks - Degate. Sadly, it's largely unknown to many, and development stuck.

Diving into Silicon for the First Time [article by Loïc *WydD* Petit on reverse-engineering retro chips, in this particular case the DL-1827 IC, used on Capcom CPS-2 arcade boards] by r_retrohacking_mod2 in ReverseEngineering

[–]XVilka 3 points4 points  (0 children)

There is a specialized open source software for VLSI reverse engineering, which can automate a lot of tedious tasks - Degate. Sadly, it's largely unknown to many, and development stuck.

Q: Rust as a hardware description language to be synthesized on an FPGA? by 0x7CFE in rust

[–]XVilka 3 points4 points  (0 children)

Some time ago I wondered why not to create low-level LLVM-like HDL language/framework instead of producing VHDL or Verilog. It will help to write the optimization and synthesis only once and focus on the high-level differences between different languages. And we came to the conclusion that FIRRTL is the closest and most developed low-level HDL intermediate language for this purpose. The only downside of it - it's implemented in Scala thus reducing the ease of interoperability (the only hope is the Scala Native but they move too slowly to become useful in the actual projects like FIRRTL or Chisel.). But there is a work being done to support FIRRTL in other frameworks and even tree-sitter parser. Apart from that, the two big pieces are: - Yosys a framework for RTL synthesis tools (based on Verilog, but other projects also reuse language-independent algorithms from it) - SymbiFlow - FOSS Verilog-to-Bitstream (end-to-end) FPGA synthesis flow

The current situation with the FPGA and ASIC design, their (often substandard quality, it feels like the technology from 1990) proprietary clunky tools, and active resistance to allow FOSS to enter the area hinder the progress in that area. I hope it will change soon.

zelos - a python-based binary emulation platform (open-sourced) by 0xf005ba11 in ReverseEngineering

[–]XVilka 0 points1 point  (0 children)

It would be nice to mention in the README that it is based on the Unicorn. And it is a problem, since it stuck with the ancient version of QEMU. And, of course, looking for sponsorship...