Questions tagged [reverse-engineering]

6 questions
2
votes
2 answers

Reverse Engineering Time Clock Protocol using Wireshark

I've got a time clock with proprietary software that polls swipe punches from it, the software sits on a server and connects to the time clock over ethernet. I want to try and write my own script that polls this clock as the software can't do it…
user177916
  • 33
  • 6
1
vote
1 answer

I swear I'm not a VM!

Some programs do not offer support for VM environments. Is there a way to trick them when using VMWare Fusion?? Say a program does a check and discovers that I'm on a VM environment, how could I change parameters in order to make this program work?
gaudi_br
  • 25
  • 1
  • 6
0
votes
3 answers

Best way to live edit packets from another computer

I'd like to study some MMORPG's protocols (I am a game programmer), but they all use "hackshielding software" that disallow me to do much from the computer they are running. I want to know how I could make my computer's connection route through…
n2liquid
0
votes
1 answer

How can i disable reverse path filter rp_filter in mac

I am following this Ubuntu Linux - two interfaces, same subnet, different vlan - MAC/ARP issues # sysctl -w net.ipv4.conf.eth1/102.rp_filter=0 # sysctl -w net.ipv4.conf.eth1/103.rp_filter=0 But this is not working on mac. it gives net: class is…
0
votes
1 answer

Protocol analysis for flash app

Need analyze (reverse engineering} one flash application protocol. My idea is setup some proxy server, and capture all comminication thru. What proxy server can do this job? Or, is here better solution? I can use Linux, freebsd or Macosx.
kobame
  • 257
  • 4
  • 10
0
votes
1 answer

Free Proxy service

http://ultrareach.com is the free proxy service I use to access the web. Its comes in two parts: the client and the service. Is there any way that I can dissect the client to see whether it uses any type of standard protocol to connect to the…
Joe