Psychological Warfare in Reverse Engineering (2015) github.com 86 points by theanonymousone 1 day ago
john_strinlai 1 day ago the def con talk (2015) was enjoyable to watch if you want to kill ~40 minhttps://www.youtube.com/watch?v=HlUe0TUHOIc
gorgoiler 1 day ago Reminds 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!
vivzkestrel 22 hours ago - i dont understand, can someone explain what this does throawayonthe 21 hours ago 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 binarythis tool generates functions that show up as an image when rendered like that
throawayonthe 21 hours ago 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 binarythis tool generates functions that show up as an image when rendered like that
the def con talk (2015) was enjoyable to watch if you want to kill ~40 min
https://www.youtube.com/watch?v=HlUe0TUHOIc
Reminds 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!
- 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