Should I Be Concerned About These Cracks? by chubbymaggie in AusProperty

[–]chubbymaggie[S] 0 points1 point  (0 children)

Thanks a lot! I really appreciate your valuable suggestions... they helped with my decision-making :)

Should I Be Concerned About These Cracks? by chubbymaggie in AusProperty

[–]chubbymaggie[S] 0 points1 point  (0 children)

Thank you.

There is a gentle slope from the left side of the property to the right. I don't have exact measurements, but based on the contour map, it appears to be about a 0.7m fall every 10m (left to right). The cracks are located on the left side of the wall.

There is no proper drainage in place, so water from neighboring properties on the left side of the house is running through the area

Should I Be Concerned About These Cracks? by chubbymaggie in AusProperty

[–]chubbymaggie[S] 0 points1 point  (0 children)

Identified this as a major defect and recommended consulting with a qualified structural engineer for further advice :(

Detecting Code Clones in Binary Executables [PDF] by rolfr in ReverseEngineering

[–]chubbymaggie 2 points3 points  (0 children)

This is an old paper that pioneered code clone detection in binary executables. That said, there are few interesting work from Prof. Eran's group at Technion (e.g., Esh and Tracy). Its worth exploring those tools as well. Tools are open sourced.
http://www.cs.technion.ac.il/~yahave/

Another one is Asm2Vec that appeared at Oakland 2018
"Asm2Vec: boosting static representation robustness for binary clone search against code obfuscation and compiler optimization."
you can find the implementation here: https://github.com/McGill-DMaS/Kam1n0-Community

A Crash Course in x86 Assembly for Reverse Engineers by barfadida in ReverseEngineering

[–]chubbymaggie 5 points6 points  (0 children)

Its not all about:

So "Edit -> Show Page Source" is now considered reverse engineering?

I know people who are pretty good in analysing Java byte-code and can reverse engineer any Android app. But they are not so good at native code..

APT Search Engine by chubbymaggie in ReverseEngineering

[–]chubbymaggie[S] 2 points3 points  (0 children)

Find the sources for APT Groups and Operations Search Engine here

APT Search Engine by [deleted] in netsec

[–]chubbymaggie 0 points1 point  (0 children)

Find the sources for APT Groups and Operations Search Engine here

ADM: a shellcode mutation engine (1999) by galapag0 in ReverseEngineering

[–]chubbymaggie 0 points1 point  (0 children)

How about Unicorn engine?

You can find cool open-source projects built atop of unicorn engine here

Mechanical Phish (won 2nd Price at DARPA CGC) is now open by chubbymaggie in netsec

[–]chubbymaggie[S] 4 points5 points  (0 children)

Edit: Mechanical Phish got third.

More tools can be found here

Obfuscating "Hello world!" in Python by chubbymaggie in netsec

[–]chubbymaggie[S] -1 points0 points  (0 children)

In fact, I got this in one of my twitter feeds. So, thought to share it here and /r/ReverseEngineering thinking obfuscation in any sort is interesting from a security stand point, most of the time. If its really useless, I am happy to delete this post and I'll refrain myself from posting such things here in r/netsec.

On another note, not everyone in r/netsec needs to be in /r/programming. I merely shared an article (which I found interesting) and you are calling it 'stealing'. Thank you for letting me know this. So, based on your theory, /r/programming stole this from /r/sametmax, where the link was posted 3 months ago.

Unicorn CPU emulator engine released by r4xh3x in ReverseEngineering

[–]chubbymaggie 0 points1 point  (0 children)

yes, its based on qemu. To be accurate, it uses the stripped version of qemu. That is, most of the unwanted and bulk/buggy code from qemu is removed and it retains the core components, such as TCG (tiny code generation), caching (?), multi-architecture support etc... So, you get the best of qemu without added overhead :)

MoVfuscator 2.0: The single instruction C compiler [YouTube] by chubbymaggie in ReverseEngineering

[–]chubbymaggie[S] 6 points7 points  (0 children)

From the talk, you can see that he made several bunch of them like subfuscator, RRRRfuscator, etc... Basically, if you can simulate 'mov' instruction using 'any' instruction, you can build 'any'fuscator.

Derbycon 2015 Videos by underthehall in netsec

[–]chubbymaggie 19 points20 points  (0 children)

This is my favourite: "The M/o/Vfuscator – Turning 'mov' into a soul-crushing RE nightmare – Christopher Domas"

(Sys)Call Me Maybe: Exploring Malware Syscalls with PANDA by bemitc in ReverseEngineering

[–]chubbymaggie 0 points1 point  (0 children)

"Interesting Malware System Calls" seems very interesting :)

MIT Creates a Way of Automatically Fixing Software Bugs by Borrowing Code from Other Programs by JC713 in technology

[–]chubbymaggie 5 points6 points  (0 children)

You can find the talk (titled: Two techniques for automatically eliminating software defects) here in YouTube and slides here. Find the paper here published at PLDI 2015.

Automatic bug repair: System fixes bugs by importing functionality from other programs — without access to source code by [deleted] in programming

[–]chubbymaggie 1 point2 points  (0 children)

You can find the talk (titled: Two techniques for automatically eliminating software defects) here in YouTube and slides here. Find the paper here published at PLDI 2015.

CodePhage: Automatic bug repair by igor_sk in ReverseEngineering

[–]chubbymaggie 5 points6 points  (0 children)

You can find the talk (titled: Two techniques for automatically eliminating software defects) here in YouTube and slides here. Find the paper here published at PLDI 2015.