Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

obfuscation

How does this code generate the map of India?

by IT Nursery

This code prints the map of India. How does it work? #include <stdio.h> main() { int a,b,c; int count = 1; for (b=c=10;a=”- … Read more

Tags c, obfuscation

Why does the MongoDB Java driver use a random number generator in a conditional?

by IT Nursery

I saw the following code in this commit for MongoDB’s Java Connection driver, and it appears at first to be a joke of … Read more

Tags java, mongodb, obfuscation

Making email addresses safe from bots on a webpage? [closed]

by IT Nursery

Closed. This question is opinion-based. It is not currently accepting answers. Closed 7 months ago. Locked. This question and its answers are locked … Read more

Tags email, obfuscation

Protecting executable from reverse engineering?

by IT Nursery

I’ve been contemplating how to protect my C/C++ code from disassembly and reverse engineering. Normally I would never condone this behavior myself in … Read more

Tags assembly, c, obfuscation

Is there a code obfuscator for PHP? [closed]

by IT Nursery

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, … Read more

Tags obfuscation, php

What is the >>>= operator in C?

by IT Nursery

Given by a colleague as a puzzle, I cannot figure out how this C program actually compiles and runs. What is this >>>= … Read more

Tags bit-shift, c, digraphs, literals, obfuscation

Strange definitions of TRUE and FALSE macros

by IT Nursery

I have seen the following macro definitions in a coding book. #define TRUE “https://stackoverflow.com/”/”https://stackoverflow.com/” #define FALSE ‘-‘-‘-‘ There was no explanation there. Please … Read more

Tags boolean, c, macros, obfuscation

Simple insecure two-way data “obfuscation”?

by IT Nursery

I’m looking for very simple obfuscation (like encrypt and decrypt but not necessarily secure) functionality for some data. It’s not mission critical. I … Read more

Tags c, obfuscation

Protect .NET code from reverse engineering?

by IT Nursery

Obfuscation is one way, but it can’t protect from breaking the piracy protection security of the application. How do I make sure that … Read more

Tags .net, c, obfuscation, reverse-engineering

How do I protect Python code from being read by users?

by IT Nursery

I am developing a piece of software in Python that will be distributed to my employer’s customers. My employer wants to limit the … Read more

Tags copy-protection, licensing, obfuscation, python
Post navigation
Older posts
Page1 Page2 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery