Malware Researcher (100 Openings, 1 to 12 years Experience)

PositionMalware Researcher (100 Openings, 1 to 12 years Experience)

Company Name: Mindtree. (www.mindtree.com)
Location: Pune/Kolkatta/Noida/Bangalore/Hyderabad.

Skill Required:
i) Must have Malware with Reverse Engineering experience. (Looking profiles only from Antivirus companies)

ii) Reverse Engineering skills – Anyone who has done reverse engineering would have worked on PE and Non – PE files.
iii) Anyone who has worked on Malware would have experience in Static and dynamic analysis.

iv) Knowledge of security/threat landscape for Windows/ MacOS/ Linux/Android/ iOS Platforms.
v) Strong knowledge of MacOS, Android or iOS operating system internals and modern security problems.
vi) Strong understanding of Cyber Security, modern security problems and threat landscape, Operating Systems (internals), computer networking concepts.

vii) Knowledge and experience with malware behaviors or Advanced Persistent Threats (APT’s) a plus.



If this position matches your profile, please send your CV at qms.freelancer@gmail.comIf you are not interested, but know someone that would be good to contact, as him to send his resume at qms.freelancer@gmail.com – your help is really appreciated.

iOS Developer (3 to 7 Years experience)

Position: iOS Developer

Company Name: I-Execed Technology Solutions (www.i-exceed.com)

 Location: Bangalore

 Experience Required: 3- 7 Years

Skill Required:


  1. Proficient with Objective-C or Swift.
  2. Should be familiar with apple devices and iOS development
  3. Installing/configuring provisioning profiles& Certificates.
  4. Should have knowledge of troubleshooting apps as well as distributing apps both in-house as well as on APP Store.
  5. Should be familiar with ARC and non ARC environments.
  6. Should be familiar with APNS (notifications).
  7. Must have integrated atleset one 3rd party library in an existing iOS project.
  8. Experience in WKwebview or UIWebviewis a plus.

If this position matches your profile, please send your CV at qms.freelancer@gmail.comIf you are not interested, but know someone that would be good to contact, as him to send his resume at qms.freelancer@gmail.com – your help is really appreciated.

Android :Divergences and Commonalities with Linux

A safe estimate would be that Android and Linux are about 95% alike at the kernel level, and about 65% or so at the user-mode.

This guesstimate is drawn by taking into consideration that, at the kernel level, aside from
a few differences (ARM platform and drivers not withstanding), the rest of the kernel source is
unmodified. Those differences (which include IPC, memory and logging enhancements) are
collectively referred to as Androidisms, and most have in fact by now been merged into the
mainline – either replaced with similar kernel functionality, or included in the drivers/staging/
android) directory.

At the user-mode level, there is more of a divergence, introducing two entirely new components – the Dalvik runtime and the Hardware Abstraction Layer – as well as replacing glibc with Bionic, and providing a custom version of init, the system startup daemon.

Android also makes more clever use of features present in Linux, though left unused in
most desktop distributions. These include control groups, low-memory conditions (Linux OOM,
which Android expands on with its Low Memory Killer), and security features – capabilities and
SElinux

Android also uses quite a few open source projects which were of limited popularity in Linux, but form the backbone of its feature set. These projects (in the external/ folder of the AOSP) are largely responsible for implementing Android’s network capabilites, and include racoon(vpn),mdns (service discovery and Wi-Fi Direct), dnsmsg and hostapd (tethering and Wi-Fi Direct), and wpa_supplicant (Wi-Fi).