logoalt Hacker News

NoboruWatayatoday at 3:45 PM4 repliesview on HN

Since it seems AI is pretty good at reverse-engineering stuff like this, is there any educational material on how to use it for that purpose? Seems like it could really help port things like postmarketOS to new devices (and improve support on existing ones)?


Replies

ip_addrtoday at 7:34 PM

Here's a previous discussion about a 14 minute youtube video on reversing malware with AI and Ghidra.

https://news.ycombinator.com/item?id=43474490

pullshark91today at 4:41 PM

You should try asking AI itself about it

realusernametoday at 3:51 PM

I have some experience on this and could make an article if you are interested.

The key is to have downstream sources and be very very conservative with the AI, slowly build step by step.

You also have to know C and have a spider sense of what's acceptable or not.

Another key is to ask for approval before editing any source with a patch of what it intends to do. This way you can judge what it wants to do and ask for a double check of the patch. Go quality over quantity.

This isn't web frontend, you have to be very strict and somewhat knowledgeable. Nobody can use AI to write kernel code without some good low level and engineering knowledge.

dakollitoday at 4:08 PM

Ahh yes, rely on AI to avoid learning how to do something. Our brains are cooked if we keep up these attitudes.

show 3 replies