Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 12-29-2024, 23:53
ccsoup ccsoup is offline
Friend
 
Join Date: Jun 2022
Posts: 4
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 16
Thanks Rcvd at 2 Times in 2 Posts
ccsoup Reputation: 0
32-bit architecture in 2024-2025

Is it worth learning and dedicating time to studying assembly and reverse engineering for the 32-bit architecture in 2024-2025?

For: Cracking , VR , Exploitdev, Malware Analysis and ....
Reply With Quote
  #2  
Old 12-30-2024, 02:34
Kurapica's Avatar
Kurapica Kurapica is offline
VIP
 
Join Date: Jun 2009
Location: Archives
Posts: 195
Rept. Given: 20
Rept. Rcvd 144 Times in 43 Posts
Thanks Given: 69
Thanks Rcvd at 425 Times in 90 Posts
Kurapica Reputation: 100-199 Kurapica Reputation: 100-199
Every knowledge can be useful, but you will notice that with every year there is a weaker chance of working on a 32bit application as most applications are ported to 64bit.
Reply With Quote
The Following 2 Users Say Thank You to Kurapica For This Useful Post:
ccsoup (12-30-2024), tonyweb (12-31-2024)
  #3  
Old 12-30-2024, 13:36
chants chants is offline
VIP
 
Join Date: Jul 2016
Posts: 812
Rept. Given: 45
Rept. Rcvd 50 Times in 31 Posts
Thanks Given: 722
Thanks Rcvd at 1,124 Times in 519 Posts
chants Reputation: 51
On x86, x86-64 isn't significantly different just more complex. The registers have "R" instead of "E" which probably stood for Extended. The addressing modes are different with things like IP relative addressing. In fact with prefixes, 32 bit operand and/or address forms are also possible. Many reversing concepts can be learned on 32 bit code. But if you want to get familiarity and practical modern experience then might as well go with 64 bit. Even apps that swore they would never switch to 64 bit like Visual Studio have by now made the switch. Intel is even trying to deprecate the 32 bit features but they dropped their effort after forming a standardization group, possibly to resurface there. The legacy compatibility really wastes valuable chip real estate on x86 cpus. Personally I'd rather have AVX512 or powerful extensions than a CPU that has to boot into 16 bit real mode then switch to 32 bit virtual mode before finally switching to 64 bit mode.
Reply With Quote
The Following 4 Users Say Thank You to chants For This Useful Post:
ccsoup (12-30-2024), Kurapica (12-30-2024), SofTw0rm (01-02-2025), tonyweb (12-31-2024)
  #4  
Old 12-30-2024, 18:16
ccsoup ccsoup is offline
Friend
 
Join Date: Jun 2022
Posts: 4
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 16
Thanks Rcvd at 2 Times in 2 Posts
ccsoup Reputation: 0
I read various courses and books, some of which are old and therefore debatable. But there have been books and courses in reverse engineering published in recent years that re-teach the x86 architecture. But in practical work, other than malware analysis, the good targets are released in the 64-bit version.
Reply With Quote
  #5  
Old 01-01-2025, 00:27
arthur plank arthur plank is offline
Friend
 
Join Date: Jan 2005
Posts: 123
Rept. Given: 28
Rept. Rcvd 22 Times in 14 Posts
Thanks Given: 21
Thanks Rcvd at 76 Times in 31 Posts
arthur plank Reputation: 22
I strongly believe that it's not so much the precise ISA that is important, but rather the thought processes involved in understanding the structure of a block of assembler.

I started developing with the lowly 8 bitters like the 6502, Z80 and 8031 many moons ago, then moved on to 16 bit. The move to 32 bit was really quite straightforward and I can at least grasp the basics of what a 64 bit block of code is doing.

Of course, knowledge of a platform you want to fully appreciate will take time, and that will take effort and patience - but those basics will forever be important.
Reply With Quote
The Following User Says Thank You to arthur plank For This Useful Post:
ccsoup (01-02-2025)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 12:39.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2025 )