![]() |
|
|
|
#1
|
|||
|
|||
|
it seems there is nothing special method to implement what u want.
first,u can use "big_to_bytes" procedure to output the hex value to a buffer , then use "wsprintf" to convert to ASCII Character. Second, u can modify the miracl lib by your self. find the "cotstr" procedure in mrio2.c, trace to miro1.c , u will find itl call "otstr" procedure. so u can modify the source codes from here forever { nd=numdig(_MIPP_ mr_mip->w6); ... } and re-make ms32.lib by yourself. but this will change another proc of miracl,so be carefully. |
|
#2
|
|||
|
|||
|
Thanks i think i wont bother modifying the library, i found that it only ever happens to the first char, so seen as i know how many chars are getting returned, if it doesnt have that amount i strcat a "0" before i attach the rest of the string.
Thanks again
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Q: How can I get this kind of output from X64DBG? | Stingered | General Discussion | 3 | 01-13-2018 07:15 |