I have an electron app which reads credit card details from card reader. They provided a c# dll to interact with app. I have no idea about how to read the dll methods from electron app.
Asked
Active
Viewed 5,319 times
1 Answers
4
First check the exposed functions in the dll using dependency walker. Then use the node module ffi to call the exposed functions in that dll.

Sajin
- 141
- 2
-
do ffi need python ? – Vahid Alvandi Sep 18 '18 at 09:27
-
Can you please expand on your answer to included explanations from the links? Links can easily die. – Hazel へいぜる Feb 11 '21 at 20:42