Exetools  

Go Back   Exetools > General > Community Tools

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 12-17-2022, 23:46
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 661 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,820 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
JumpCalculator

JumpCalculator
- compute hexadecimal bytes of jumps.
Attached Files
File Type: zip JumpCalculator_Exe.zip (4.8 KB, 18 views)
File Type: zip JumpCalculator_srcVC6.zip (34.2 KB, 18 views)
Reply With Quote
The Following 6 Users Say Thank You to CodeCracker For This Useful Post:
Fyyre (12-21-2022), pnta (12-22-2022), retro (12-19-2022), riverstore (11-04-2025), Vosiyons (12-19-2022), wilson bibe (12-19-2022)
  #2  
Old 08-30-2025, 14:36
Jupiter's Avatar
Jupiter Jupiter is offline
Lo*eXeTools*rd
 
Join Date: Jan 2005
Location: Moscow, Russia
Posts: 234
Rept. Given: 43
Rept. Rcvd 62 Times in 37 Posts
Thanks Given: 38
Thanks Rcvd at 191 Times in 57 Posts
Jupiter Reputation: 62
Exclamation Short jump display bug

There is a bug in display routine.
App shows `EB2` instead of `EB02`.

File: JumpCalculatorDlg.cpp
Line: 444

Current code:
Code:
```c
char buffer[50];
if (ShortJump)
	sprintf(buffer, "%s%X", opcode, computed & 0x0FF);
else
	sprintf(buffer, "%s%04X", opcode, Endian_DWord_Conversion(computed));

SetDlgItemText(IDC_EDIT2, buffer);
```
Mask for `sprintf` should be "%s%02X" instead of "%s%X".
__________________
EnJoy!
Reply With Quote
The Following 2 Users Say Thank You to Jupiter For This Useful Post:
MarcElBichon (08-30-2025), riverstore (11-04-2025)
  #3  
Old 09-04-2025, 01:31
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 661 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,820 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
Fixed the above error. Thanks for reporting it.
Attached Files
File Type: zip JumpCalculator-Exe&Src.zip (32.5 KB, 18 views)
Reply With Quote
The Following 6 Users Say Thank You to CodeCracker For This Useful Post:
niculaita (09-05-2025), riverstore (11-04-2025), uranus64 (09-04-2025), user_hidden (09-04-2025), wilson bibe (09-04-2025), zeuscane (09-04-2025)
  #4  
Old 09-20-2025, 23:29
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 661 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,820 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
JumpCalculator_X64Support

What's new:
- Added x64 support.
Attached Files
File Type: rar JumpCalculator_X64Support.rar (35.6 KB, 17 views)
Reply With Quote
The Following User Gave Reputation+1 to CodeCracker For This Useful Post:
user1 (09-21-2025)
The Following 4 Users Say Thank You to CodeCracker For This Useful Post:
niculaita (09-28-2025), riverstore (11-04-2025), user1 (09-21-2025), user_hidden (09-21-2025)
Reply


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 03:56.


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