![]() |
|
|
|
#1
|
||||
|
||||
|
thank u for the info.
This python script uses "idaapi.create_strlit(addr, len, get_inf_attr(INF_STRTYPE))" to create string literals. get_inf_attr(INF_STRTYPE) returns the current string literal type. But RUST string literal doesn't match any of the known string literal types of IDA. The string length is hard-coded in a MOV instruction, usually moved to a register like ESI.
__________________
AKA Solomon/blowfish. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rust/WinRT Public Preview | WhoCares | General Discussion | 2 | 05-05-2020 03:22 |
| Don't get Olly to work properly | squareD | General Discussion | 3 | 06-12-2006 01:31 |
| IDA IDC-script: cannot shift right properly | amitophia | General Discussion | 2 | 03-28-2004 18:26 |
| How to deal with threads ? | bcl25 | General Discussion | 4 | 03-29-2003 06:22 |