Flag: Tornado! Hurricane!

Error: Authentication required to access requested resource.

OpenRCE IDA SDK >> AskUsingForm_c

AskUsingForm_c
Category: UI Navigation

inline int
AskUsingForm_c(const char *form,...)
Displays a form to the user, and is too flexible to be covered here but is heavily commented in kernwin.hpp. It effectively allows you to design your own user form, including buttons, text fields, radio buttons and text as format strings.

Examples:
#include <kernwin.hpp>

// The text before the first \n is the title, followed by the first input field
// (as indicated by the <>) and then a second input field. The format of input
// fields is:
//
//     <label:field type:maximum chars:field length:help identifier>
//
// The results are stored in result1 and result1 respectively.
// For more information on input fields, see the AskUsingForm_c section of kernwin.hpp

char form[] = "My Title\n<Please enter some text here:A:20:30::>\n<And here:A:20:30::>\n";
char result1[MAXSTR] = "";
char result2[MAXSTR] = "";

AskUsingForm_c(form, result1, result2);
msg("User entered text: %s and %s\n", result1, result2);


Related: askaddr, AskUsingForm_c, callui, get_curline, get_cursor, get_screen_ea, jumpto, read_selection

Note: You must be logged in to add notes to the IDA SDK reference manual.

There are 28,658 total registered users.


Recently Created Topics
Reverse Engineer sof...
May/24
plugin_bochs_user
May/23
Cracking Mbot With a...
May/22
I have started a new...
May/22
windbg - olly/immunity
May/14
Reverse a WinRAR pac...
May/13
Add comments to resu...
May/10
can we code script ...
May/09
Type Casting Structu...
May/07
How to Reverse Engin...
May/03


Recent Forum Posts
windbg - olly/immunity
blowcheck
Help me guys
Olivier
Reverse a WinRAR pac...
NirIzr
windbg - olly/immunity
anonymouse
Reverse a WinRAR pac...
DriEm
Add comments to resu...
phn1x
IDA Resource Viewer ...
DriEm
Add comments to resu...
qiuhan
IDA Resource Viewer ...
waleeda...
IDA Resource Viewer ...
DriEm


Recent Blog Entries
bopwt568
May/27


waleedassar
Apr/20
OllyDbg NumberOfSections Crash

icegood
Apr/13
Advanced labels plugin for ...

waleedassar
Mar/31
GetModuleFileNameEx And Inf...

waleedassar
Mar/31
OllyDbg v1.10 And Wow64

More ...


Recent Blog Comments
michaelkorshandbags on:
May/24
OllyDbg v1.10 And Hardware ...

michaelkorshandbags on:
May/24
Ariadne framework and deobf...

michaelkorshandbags on:
May/24
Portable Executable Format ...

michaelkorshandbags on:
May/24
BIOS Disassembly Ninjutsu (...

michaelkorshandbags on:
May/24
Very comfortable to enjoy g...

More ...


Imagery
SoySauce Blueprint
Jun 6, 2008

[+] expand

View Gallery (11) / Submit