Bartłomiej Żogała

Results 10 comments of Bartłomiej Żogała

Hello, any reason this is not incorporated into source code ?

Czy to znaczy że sam scrapper nie jest częścią tego opensource projektu, tylko generujesz to gdzieś offline ? Czy możesz udostępnić również ten kod ?

What kind of extraction needs root ? If you need chroot there is no problem with launching chroot command itself with sudo, instead of running full framework full of uncertain...

I think better idea is to keep on the main screen of freq analyser the original form - having visibility to subsequent signals sequence is more important for people who...

IMHO The feature of masstorge is important not only from perspective of copying data from/to it. It is also some form of cover channel - one could delay execution of...

Hello I think the drawback of using standard bloodhound ingestor is also its recognition by different HIDS systems . So including the above would be nice to have. Regards On...

IMHO we shouldn't directly access Flipper SD card for "Twin Duck" mass storage purposes for Flipperr operator's own safety. IMHO we should emulate mass storage on some buffer with very...

> choice should be made: Should the .idx files be based on the overarching TriCore specification (v1.3, v1.6, etc) or the specific microcontroller that's being defined in the pspec? (AURIX...

@mumbel I've tried to compile this patched on current ghidra HEAD and it fails with following errors: ` > Task :tricore:compileJava FAILED /Users/CUT/src/ghidra/Ghidra/Processors/tricore/src/main/java/ghidra/app/util/bin/format/elf/relocation/TRICOREElfRelocationHandler.java:28: error: TRICOREElfRelocationHandler is not abstract and does...

I've solved above in below commit, not sure how to do pull request to pull request: https://github.com/nuschpl/ghidra/commit/15ed6c915007bbd56062392c2041988d514add7a This adds return type int to all your relocation functions instead of void....