Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class bs a m =
- let _mode = m and _arch = a in
- object
- initializer
- match (bs_open _arch _mode) with
- | None -> ();
- | Some bsh -> ();
- method test code addr count =
- printf "Hello world\n";
- end;;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement