Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

lp1 on fire -- One of the more obfuscated kernel messages


devel / comp.programming.threads / Read again about more of my philosophy about reverse engineering..

SubjectAuthor
o Read again about more of my philosophy about reverse engineering..Amine Moulay Ramdane

1
Read again about more of my philosophy about reverse engineering..

<23ffd3cf-76d6-46ca-8203-76fe240dcd42n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=637&group=comp.programming.threads#637

  copy link   Newsgroups: comp.programming.threads
X-Received: by 2002:a37:9e17:0:b0:67e:cd1:c852 with SMTP id h23-20020a379e17000000b0067e0cd1c852mr8476293qke.615.1648244387868;
Fri, 25 Mar 2022 14:39:47 -0700 (PDT)
X-Received: by 2002:a05:620a:2453:b0:67d:9539:495c with SMTP id
h19-20020a05620a245300b0067d9539495cmr8699794qkn.30.1648244387681; Fri, 25
Mar 2022 14:39:47 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.programming.threads
Date: Fri, 25 Mar 2022 14:39:47 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=173.178.84.155; posting-account=R-6XjwoAAACnHXTO3L-lyPW6wRsSmYW9
NNTP-Posting-Host: 173.178.84.155
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <23ffd3cf-76d6-46ca-8203-76fe240dcd42n@googlegroups.com>
Subject: Read again about more of my philosophy about reverse engineering..
From: aminer68@gmail.com (Amine Moulay Ramdane)
Injection-Date: Fri, 25 Mar 2022 21:39:47 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 41
 by: Amine Moulay Ramdane - Fri, 25 Mar 2022 21:39 UTC

Hello..

Read again about more of my philosophy about reverse engineering..

I am a white arab from Morocco, and i think i am smart since i have also
invented many scalable algorithms and algorithms..

Simply pulling a piece of software through a decompiler does not directly yield easily readable code for several reasons.

First of all, names of variables and functions are not kept through the compilation process, so the decompiler will assign generic names. It is much harder to read code that looks like "f8s6ex2(i37zc, sk1eo)" than it is to read "CalculatePrice(articleId, amount)".

Secondly, a compiler has a variety of optimization tricks that it will use during compilation to make the code more efficient. A decompiler will return this "optimized" code, which will look a lot less readable than the original.

Just compiling the Delphi mode of freepascal source code with optimizations (-O2 and up) and stripping all debug and profile information, and apply smartlinking, will make it almost
un-decompilable. Not only FPC, but also Delphi.

The level of software reverse complexity is different according to different program languages. generally speaking, compiled language reverse engineering is more difficult than interpreted language. in compiled languages, I think that C++ or the Delphi mode of Freepascal reverse engineering is the most difficult job. why? because it is very hard to transform assembly language into high level language(C++) or to Delphi mode of freepascal as i am also explaining above.

So in reverse engineering there is almost no way to re-create the Delphi mode of freepascal or Delphi source code from the binary.

Thank you,
Amine Moulay Ramdane.


devel / comp.programming.threads / Read again about more of my philosophy about reverse engineering..

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor