Direct mode help, basic app with FASM assembley (harder to do) #2898
duanebonas84
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ive got all syscalls added to my assembley code FASM, Just i want a box to pop up saying enter IPv4 or IPv6 address, so i need to enter the ip. Just with direct mode im just confused how does this work if i need to create a box, can i only use direct mode only to create the box. So can i not use ncinput , ncrender and the other functions like that. Im just thinking firstly i need to create the boxes , if i need to use stdin do i have to change to direct mode to do this. I wanted to like create a menu system where i can like type in exec commands that will be saved to internal data structures. can anybody just clarify the best way to make an interactive app, i want to be able to like, move to a menu like connect to IP address then type the command in and it will connect, i do hacking stuff so am trying to like redirect a remote bash connection to 1 of my notcurses windows on the host machine from the remote target. just never used ncurses or out before, just anybody know on direct mode can i some how get away with using full screen mode. just its harder as im trying to do it in pure FASM assembley lol. cool program tho Notcurses, dev warrior makes it look easy but hes a bloody brain surgeon or summet, what a man haha
Beta Was this translation helpful? Give feedback.
All reactions