Title: NSA's Reverse Engineering Tool "Ghidra" Finally Released Post by: QuickS4 on March 06, 2019, 10:57:01 PM I came across this tool reading an article just released today about the NSA's tool that's been released as open source. May or may not be useful here, I believe it can be for those who can use it that's why I shared it. Much like IDA, it's capable of a lot and much more. Probably simpler to use than IDA, I haven't cracked it open just yet. But plan to soon. Here's the link below. Couldn't upload the zip, only 20mb limit. Grrr. The zip is 286mb.
Enjoy! https://ghidra-sre.org/ Sent from my Pixel XL using Tapatalk Title: Re: NSA's Reverse Engineering Tool "Ghidra" Finally Released Post by: d3irb on March 06, 2019, 11:19:45 PM I vastly prefer the interface to IDA and being free and open source is obviously a huge win. A lot of things in PC reverse engineering are much easier like function definitions, cross module references, and calling convention definition for the decompiler. But it doesn't yet have CPU modules for anything we use besides PPC. With C167 and Tricore support it could be awesome. Processor modules don't look too complex to implement. Could be a good community project.
Title: Re: NSA's Reverse Engineering Tool "Ghidra" Finally Released Post by: gman86 on March 07, 2019, 02:24:24 AM I came across this tool reading an article just released today about the NSA's tool that's been released as open source. May or may not be useful here, I believe it can be for those who can use it that's why I shared it. Much like IDA, it's capable of a lot and much more. Probably simpler to use than IDA, I haven't cracked it open just yet. But plan to soon. Here's the link below. Couldn't upload the zip, only 20mb limit. Grrr. The zip is 286mb. Enjoy! https://ghidra-sre.org/ Sent from my Pixel XL using Tapatalk Nice try, NSA! Title: Re: NSA's Reverse Engineering Tool "Ghidra" Finally Released Post by: Blazius on March 07, 2019, 02:34:57 AM Title: Re: Re: NSA's Reverse Engineering Tool "Ghidra" Finally Released Post by: QuickS4 on March 07, 2019, 08:36:19 AM Nice try, NSA! Lol Title: Re: NSA's Reverse Engineering Tool "Ghidra" Finally Released Post by: matt on March 15, 2019, 11:08:42 AM Anyone interested in working together to add C166 and Tricore?
Decompiling ECU code is a game-changer. Title: Re: NSA's Reverse Engineering Tool "Ghidra" Finally Released Post by: nihalot on March 15, 2019, 11:48:23 AM I am :)
Title: Re: Re: NSA's Reverse Engineering Tool "Ghidra" Finally Released Post by: QuickS4 on March 15, 2019, 01:39:32 PM I am :) Nice nihalot! Would love to see thatSent from my Pixel XL using Tapatalk Title: Re: NSA's Reverse Engineering Tool "Ghidra" Finally Released Post by: matt on May 16, 2019, 09:35:19 PM 8) 8) 8)
https://github.com/NationalSecurityAgency/ghidra/pull/567 (not my PR, but I've used it and it works) |