tomf64
โจย https://tfin.ch
๐ Joined in 2013
๐ผ 77 Karma
โ๏ธ 11 posts
๐
11 total posts
Load more
Stories1
Comments10
Ask HN0
Show HN0
Jobs0
Polls0
(Replying to PARENT post)
Yes, there's no recompiling that can be done anyway if you only have the binary and no source code. Writing the new machine code would overwrite some code at the start of the function you're modifying, but that doesn't matter if you just want the function to return true or false.
You could edit the binary manually with a hex editor, but some disassemblers like Hopper have a feature where you can type new instructions in assembly and it will assemble and insert them for you. I'm sure IDA pro has something like that as well.
๐คtomf64๐9y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
You insert the equivalent of "mov eax, 0x1; ret" (or 0x0) in x86 for whatever architecture you're using as the first instructions of the function.
๐คtomf64๐9y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
It would be incredibly cool to have a script that automatically manages your inventory while playing the game, e.g. the player picks up all items and has the script auto-drop them if they don't meet certain requirements (value/weight ratio, duplicates, etc.). I'm excited to see where this goes!
๐คtomf64๐10y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
That's the default header created by Xcode when making a new file, I didn't add that on purpose. I suppose I should go through and get rid of those lines.
๐คtomf64๐10y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
This is somewhat anecdotal but with the latest iOS and Facebook app versions, Facebook doesn't even show up on the list of apps that have requested to use my microphone. Unless they found some exploit to bypass Apple's restrictions and use my microphone without even asking for permission, I seriously doubt they're listening to users.
๐คtomf64๐10y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
It definitely does! The main point of interest for me would be instant cross-platform support, although it's nice to not have to install a client too.
๐คtomf64๐10y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
You may have seen this before, but if not it would probably interest you: http://lg.io/2015/07/05/revised-and-much-faster-run-your-own...
๐คtomf64๐10y๐ผ0๐จ๏ธ0
๐คtomf64๐10y๐ผ18๐จ๏ธ4
(Replying to PARENT post)
None of the things you mentioned are possible without jailbreaking, but I think workflow's creators are planning to bring extra features like those to it through a jailbroken plugin of some kind.
๐คtomf64๐11y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Maybe I'm misinterpreting but I assumed the subreddit would be a collection of answers like this instead of a place to ask them which would be super cool and helpful. Not sure if that's what's meant though.
๐คtomf64๐11y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
It has nothing to do with them being Macs vs. PCs, it just depends on who they buy the SSDs from.
๐คtomf64๐11y๐ผ0๐จ๏ธ0