View Single Post
  #3  
Old 09-20-2021, 17:49
YANiS YANiS is offline
Guest
 
Join Date: Sep 2021
Posts: 2
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 5 Times in 2 Posts
YANiS Reputation: 0
Quote:
Originally Posted by chants View Post
This is not PHP code but C code. Also hardcoding the string locations is not really a good way to go as this will not be platform, compiler or linker independent. Win7 vs Win10, MSVC 14 vs 16, gcc vs MSVC, etc. One idea is to instead generate a symbol file e.g. PDB that contains the symbols with the string offsets, or at least search the file for the marker strings. 50 bytes for URL and path is ok for PoC but not practical.
The main purpose of this snippet is to try to build smallest! as possible working binary with MSVC compiler/Linker (GUI - API).
Also get (produce) a clean assembly to trace and understand easily!
It's a very basic PoC for only learning purpose.

YANiS.
Reply With Quote
The Following 4 Users Say Thank You to YANiS For This Useful Post:
chants (09-26-2021), niculaita (09-21-2021), TeRcO (02-20-2023), tonyweb (10-24-2021)