English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Asm / Hardware

 
 
Thread Tools
Old 22 March 2016, 02:05   #1
warfalcon
Registered User
 
Join Date: Jan 2016
Location: London
Posts: 76
Hex search in asm one / trash

Can anyone tell me if it is possible to hex search memory(!) in asm one for a string longer than a longword?

Last edited by warfalcon; 22 March 2016 at 02:25.
warfalcon is offline  
Old 09 April 2016, 01:52   #2
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,602
Search $40000-$50000 for string "Hello" (case sensitive):

Code:
>s
>$40000
>$50000
>"Hello"
Asm-One manual with all commands is available on archive.org \o/
Photon is offline  
Old 15 August 2016, 23:41   #3
warfalcon
Registered User
 
Join Date: Jan 2016
Location: London
Posts: 76
Quote:
Originally Posted by Photon View Post
Search $40000-$50000 for string "Hello" (case sensitive):

Code:
>s
>$40000
>$50000
>"Hello"
Asm-One manual with all commands is available on archive.org \o/
hex search m8
warfalcon is offline  
Old 17 August 2016, 20:19   #4
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,602
Quote:
Originally Posted by warfalcon View Post
string
m8

Actually most hex editors I've seen do strings or 32 bit hex values. Might be one that does 64 bit hex values, but arbitrary length hex value? Dunno.

You can search for the first 4 chars/bytes of the string with

Code:
>?"Hell"
$48656C6C
>s
>$40000
>$50000
>$48656C6C
Should give few enough hits so that you can follow up. But yes, in unlucky circumstances with lots of repeated data it could be difficult to use.
Photon is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
trash'm-one frantic Coders. General 6 10 June 2021 22:36
Tool to convert asm to gnu asm (gas) Asman Coders. Asm / Hardware 13 30 December 2020 11:57
No Trash Can on P96 ? Xeon project.ClassicWB 16 08 September 2009 16:07
Star Trash Graham Humphrey request.Old Rare Games 7 23 November 2007 01:24
Excluding TRASH alexh project.EAB 8 08 November 2006 14:26

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 On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:12.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07074 seconds with 15 queries