Jump to content

gnukea

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

gnukea's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. i need it, but i cant saw anything..
  2. gnukea

    LUA scripting

    boss, It's only a small suggestion, because small scripts, such as lookup, have a progress bar, and the script is over. Then there is gotoAddress command, or it can save the result directly to list. So the confirmation dialog box is clicked every time, and it is a little tedious. Or we can set up a return XX to choose whether the end prompt is given.
  3. gnukea

    LUA scripting

    Boss, the new problem, a small suggestion is that after the script is finished, there must be some hints and confirmation, can we cancel it? Or get a function. If we need to finish the window, what is return and then end? Otherwise, the default will not give the prompt. No, this should be more convenient.
  4. gnukea

    LUA scripting

    Boss, I got it. I said that what looks like a api. without a list is really looking forward to it.
  5. gnukea

    LUA scripting

    I know how savelist and loadlist work. They have access to the saved list, but I still don't know how to put the results in the list. And then how to get him an array or a form.
  6. gnukea

    LUA scripting

    Boss, I've got a new problem. It's about savefile and loadfile. I can save and read the files and return to true., but how do I write to the files? Then how do I handle the read content? For example, put the read in the file into an array or a table. In addition, how do I save the result results in the storage page?
  7. gnukea

    LUA scripting

    Boss, thank you very very much. I just wanted to understand that DWORD is just just =address..
  8. gnukea

    LUA scripting

    I'm stuck in this step. I don't know how to get values in the address format. It means I want to use a values as an address to jump. But I don't know how to get the data in the format of the address, that is, how to set up flags type.. You can get a 8 - bit 16 - digit number when you get values. 0xFFFFFFFF... i'm bird......
  9. gnukea

    LUA scripting

    gg.clearResults() -- gg.searchNumber('1000;20;1;1;1000;20::',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.searchNumber('350',gg.TYPE_DOUBLE) z_Count=gg.getResultCount() print(z_Count) local rr=gg.getResults(z_Count) print(rr) -- print('First result address:',rr[z_Count].address) -- print('First result value:',rr[z_Count].value) -- print('First result type:',rr[z_Count].flags) -- bb=rr[z_Count].address-0xc rr1=rr -- modify address rr1[1].address=rr1[1].address-0xc -- get values bb=gg.getValues(rr1) -- bb=gg.searchAddress('0x7121AC1C',0xFFFFFFFF) print(bb) ========================================================= Boss, can you give me an example. I'm very puzzling about ========================================================= I'm stuck in this step. I don't know how to get values in the address format.
  10. gnukea

    LUA scripting

    boss, I have a question. How can I use the memory value to jump to the new address to find the data? Similar to the jump to the pointer.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.