Psychological Warfare in Reverse Engineering (2015)
1–8 of 8 posts
Re: Psychological Warfare in Reverse Engineering (2015)
#2Reminds me of Iain M Banks’s Feersum Endjinn, where the castle resisted investigation by leveraging its smart fabric to hurl ghosts at the workers trying to drill out its walls!
Re: Psychological Warfare in Reverse Engineering (2015)
#3[deleted]
Re: Psychological Warfare in Reverse Engineering (2015)
#4the def con talk (2015) was enjoyable to watch if you want to kill ~40 min
Re: Psychological Warfare in Reverse Engineering (2015)
#5[deleted]
Re: Psychological Warfare in Reverse Engineering (2015)
#6- i dont understand, can someone explain what this does
Re: Psychological Warfare in Reverse Engineering (2015)
#7- i dont understand, can someone explain what this does
RE tools like IDA or Ghidra can generate a control flow graph (https://en.wikipedia.org/wiki/Control-flow_graph) for a function found in the target binary
this tool generates functions that show up as an image when rendered like that
Re: Psychological Warfare in Reverse Engineering (2015)
#8- i dont understand, can someone explain what this does
RE tools like IDA or Ghidra can generate a control flow graph ( https://en.wikipedia.org/wiki/Control-flow_graph ) for a function found in the target binary this tool generates functions that show up as an image when rendered like that
[deleted]