Friday, March 10, 2023

Re: Reverse engineering .py file grc

Hi Marcus,

Thanks!

George

On Fri, Mar 10, 2023 at 8:22 AM Marcus Müller <mueller@kit.edu> wrote:
Hi George,

there's no such tool in general, python blocks are just code, and sometimes they're
generated from flow graphs, and sometimes written by hand. Anything that contains a "work"
method instead of being a hier block, they're definitely not generated from a GRC flow graph.

So, I'm afraid you'll just have to sit down and recreate the "connect" calls in your
python in GRC; the rest will kind of arise from that.

Best regards,
Marcus


On 09.03.23 19:00, George Edwards wrote:
> Hello GNURadio Community,
>
>
> We are looking for a way to reverse engineer some Gnuradio Python blocks that were created
> by folks no longer with our company to the corresponding GRC files. Is anyone familiar
> with a tool that can do this for us?
>
> Thank you!
>
> Regards,
> George

No comments:

Post a Comment