Why SourceForge should not die today

With the recent downtime of SourceForge we can read comment like: Sourceforge should die Someone still use sourceforge? Sourceforge is a place with only malware All active projects are already on Github Nobody will notice if Sourceforge disapear It’s wrong. If sourceforge disapear the transition will be annoying. Sourceforge exist since a long time and even if we don’t know a lot of project still use it especially for the download mirror service.

Read more...

Reverse on OSX

This articles is a simple collection of programm I use for understanding how a third party programm interact with the system. List symbols of a binary nm -g /bin/ls U __DefaultRuneLocale U ___assert_rtn U ___bzero U ___error U ___maskrune U ___snprintf_chk U ___stack_chk_fail U ___stack_chk_guard # Show shared libraries used by a programm otool -L /bin/ls /bin/ls: /usr/lib/libutil.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.

Read more...